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

/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/
H A DDragLayer.java537 final int fromY = r.top;
539 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
601 final int fromY = r.top;
611 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
615 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, argument
619 Rect from = new Rect(fromX, fromY, fromX +
620 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java221 private static void translateViews(List<Animator> animators, List<View> views, float fromY, argument
226 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY);
/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 196 milliseconds