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

/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.java686 int fromY, int toY, int delay) {
687 if (fromX == toX && fromY == toY) {
697 mAnimatorTranslateY = ValueAnimator.ofInt(fromY, toY);
685 startAnimTranslation(int fromX, int toX, int fromY, int toY, int delay) argument
/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.java492 final int fromY = r.top;
494 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
548 final int fromY = r.top;
558 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
562 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, argument
566 Rect from = new Rect(fromX, fromY, fromX +
567 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());

Completed in 85 milliseconds