HomeSort by relevance Sort by last modified time
    Searched refs:endStateX (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picokfst.c 348 picoos_uint32 endStateX;
356 FixedBytesToUnsignedNum(fst->fstStream,fst->transTabEntrySize,& pos,& endStateX);
357 (*endState) = endStateX;
  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 151 final State endStateX = new State(endClip.left, endClip.right, endX);
155 return createRectAnimator(view, startStateX, startStateY, startZ, endStateX, endStateY,
183 final State endStateX = new State(endClip.left, endClip.right, endX);
187 return createRectAnimator(view, startStateX, startStateY, startZ, endStateX, endStateY,

Completed in 72 milliseconds