Home
last modified time | relevance | path

Searched defs:fromX (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java60 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.MoveInfo
62 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { in MoveInfo()
73 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.ChangeInfo
80 int fromX, int fromY, int toX, int toY) { in ChangeInfo()
256 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, in animateMove()
278 void animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) { in animateMoveImpl()
321 int fromX, int fromY, int toX, int toY) { in animateChange()
DSimpleItemAnimator.java234 public abstract boolean animateMove(ViewHolder holder, int fromX, int fromY, in animateMove()
/frameworks/base/core/java/android/view/animation/
DScaleAnimation.java145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { in ScaleAnimation()
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation()
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java570 final int fromX = xy[0]; in dragViewBy() local
620 final int fromX = xy[0]; in dragViewTo() local
669 final int fromX = xy[0]; in dragViewToX() local
716 final int fromX = xy[0]; in dragViewToY() local
742 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, in drag()
744 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local
757 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, in drag()
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java253 final float fromX = mDownX[i]; in detectSwipe() local
DAppTransition.java1076 final float fromX; in createThumbnailAspectScaleAnimationLocked() local
1180 private Animation createCurvedMotion(float fromX, float toX, float fromY, float toY) { in createCurvedMotion()
1191 private Path createCurvedPath(float fromX, float toX, float fromY, float toY) { in createCurvedPath()
1398 final int fromX = enter ? sourceHCenter - destHCenter : destHCenter - sourceHCenter; in createAspectScaledThumbnailFreeformAnimationLocked() local
DWindowState.java5282 private MoveAnimationSpec(int fromX, int fromY, int toX, int toY) { in MoveAnimationSpec()