Home
last modified time | relevance | path

Searched refs:fromX (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarItemAnimator.java34 RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) { in animateChange() argument
42 boolean ret = super.animateChange(oldHolder, newHolder, fromX, fromY, toX, toY); in animateChange()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java463 final int fromX = r.left; in animateViewIntoPosition() local
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
518 final int fromX = r.left; in animateViewIntoPosition() local
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale, in animateViewIntoPosition()
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() argument
537 Rect from = new Rect(fromX, fromY, fromX + in animateViewIntoPosition()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java559 final int fromX = r.left; in animateViewIntoPosition() local
562 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
623 final int fromX = r.left; in animateViewIntoPosition() local
634 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
638 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() argument
642 Rect from = new Rect(fromX, fromY, fromX + in animateViewIntoPosition()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java686 private void startAnimTranslation(int fromX, int toX, in startAnimTranslation() argument
688 if (fromX == toX && fromY == toY) { in startAnimTranslation()
697 mAnimatorTranslateX = ValueAnimator.ofInt(fromX, toX); in startAnimTranslation()