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

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

Completed in 214 milliseconds