Home
last modified time | relevance | path

Searched defs:fromY (Results 1 – 9 of 9) 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/test-runner/src/android/test/
DTouchUtils.java73 final float fromY = size.getHeight() * 0.5f; in dragQuarterScreenDown() local
102 final float fromY = size.getHeight() * 0.5f; in dragQuarterScreenUp() local
252 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToBottom() local
495 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToTop() local
589 final int fromY = xy[1]; in dragViewBy() local
639 final int fromY = xy[1]; in dragViewTo() local
688 final int fromY = xy[1]; in dragViewToX() local
735 final int fromY = xy[1]; in dragViewToY() local
761 float fromY, float toY, int stepCount) { in drag()
762 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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java538 float fromY = p.y - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded() local
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java296 final float fromY = mDownY[i]; in detectSwipe() local
DAppTransition.java727 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked() local
DWindowState.java5877 private MoveAnimationSpec(int fromX, int fromY, int toX, int toY) { in MoveAnimationSpec()
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java839 float fromY; in createThumbnailAspectScaleAnimationLocked() local
1036 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked() local
1151 private static Animation createCurvedMotion(float fromX, float toX, float fromY, float toY) { in createCurvedMotion()