Home
last modified time | relevance | path

Searched defs:toY (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()
257 int toX, int toY) { 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.java235 int toX, int toY); in animateMove()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java68 final float toY = size.y * 0.75f; in dragQuarterScreenDown() local
98 final float toY = size.y * 0.25f; in dragQuarterScreenUp() local
235 float toY = screenHeight - 1; in dragViewToBottom() local
478 float toY = 0; in dragViewToTop() local
598 int toY) { in dragViewTo()
615 int toY) { in dragViewTo()
696 int toY) { in dragViewToY()
711 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()
743 float fromY, float toY, int stepCount) { in drag()
744 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local
[all …]
/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/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DSystemBarScrimViews.java87 int toY = 0; in animateNavBarScrimVisibility() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1079 float toY; 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()
DWindowState.java5282 private MoveAnimationSpec(int fromX, int fromY, int toX, int toY) { in MoveAnimationSpec()