Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java276 int toY = Math.round(coord[1]); in animateViewIntoPosition() local
288 toY += tv.getPaddingTop(); in animateViewIntoPosition()
289 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2; in animateViewIntoPosition()
291 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y); in animateViewIntoPosition()
297 toY += Math.round(scale * (child.getPaddingTop() - dragView.getDragRegionTop())); in animateViewIntoPosition()
298 toY -= scale * dragView.getBlurSizeOutline() / 2; in animateViewIntoPosition()
299 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2; in animateViewIntoPosition()
303 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2; in animateViewIntoPosition()
312 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
317 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, in animateViewIntoPosition() argument
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java204 float toY, int startDelay, int duration) { in translateViews() argument
208 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY); in translateViews()
/packages/apps/DeskClock/src/com/android/deskclock/
DItemAnimator.java103 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, int toX, int toY) { in animateMove() argument
107 final int 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/Launcher3/go/quickstep/src/com/android/quickstep/
DContentFillItemAnimator.java143 int toY) { in animateMove() argument