Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java226 final int fromY = r.top; in animateViewIntoPosition() local
228 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
247 final int fromY = dragViewBounds.top; in animateViewIntoPosition() local
291 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
295 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() argument
299 Rect from = new Rect(fromX, fromY, fromX + in animateViewIntoPosition()
300 view.getMeasuredWidth(), fromY + view.getMeasuredHeight()); in animateViewIntoPosition()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java203 private static void translateViews(List<Animator> animators, List<View> views, float fromY, in translateViews() argument
208 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY); in translateViews()
/packages/apps/DeskClock/src/com/android/deskclock/
DItemAnimator.kt91 fromY: Int, in animateMove()
98 val deltaY = toY - fromY in animateMove()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java689 int fromY, int toY, int delay) { in startAnimTranslation() argument
690 if (fromX == toX && fromY == toY) { in startAnimTranslation()
700 mAnimatorTranslateY = ValueAnimator.ofInt(fromY, toY); in startAnimTranslation()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java107 newHolder, int fromX, int fromY, int toX, int toY) { in onFinishInflate()