Searched refs:fromY (Results 1 - 5 of 5) 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/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java202 private static void translateViews(List<Animator> animators, List<View> views, float fromY, argument
207 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java464 final int fromY = r.top;
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
519 final int fromY = r.top;
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 +
538 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java686 final int fromY = r.top;
688 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
750 final int fromY = r.top;
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 +
769 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java687 int fromY, int toY, int delay) {
688 if (fromX == toX && fromY == toY) {
698 mAnimatorTranslateY = ValueAnimator.ofInt(fromY, toY);
686 startAnimTranslation(int fromX, int toX, int fromY, int toY, int delay) argument

Completed in 126 milliseconds