Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java464 final int fromY = r.top; in animateViewIntoPosition() local
519 final int fromY = r.top; in animateViewIntoPosition() local
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java202 private static void translateViews(List<Animator> animators, List<View> views, float fromY, in translateViews()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java542 final int fromY = r.top; in animateViewIntoPosition() local
606 final int fromY = r.top; in animateViewIntoPosition() local
620 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java687 int fromY, int toY, int delay) { in startAnimTranslation()