Home
last modified time | relevance | path

Searched refs:fromY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java438 final int fromY = r.top; in animateViewIntoPosition() local
440 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
493 final int fromY = r.top; in animateViewIntoPosition() local
503 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale, in animateViewIntoPosition()
507 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() argument
511 Rect from = new Rect(fromX, fromY, fromX + in animateViewIntoPosition()
512 view.getMeasuredWidth(), fromY + view.getMeasuredHeight()); in animateViewIntoPosition()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java188 private static void translateViews(List<Animator> animators, List<View> views, float fromY, in translateViews() argument
193 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY); in translateViews()