Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DBannerController.java93 private void slideBanner(int toY) { in slideBanner() argument
99 PropertyValuesHolder.ofInt(PROP_SET_BANNER_Y, getBannerY(), toY) }; in slideBanner()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java464 int toY = coord[1]; in animateViewIntoPosition() local
471 toY += Math.round(scale * tv.getPaddingTop()); in animateViewIntoPosition()
472 toY -= dragView.getMeasuredHeight() * (1 - scale) / 2; in animateViewIntoPosition()
476 toY -= Workspace.DRAG_BITMAP_PADDING / 2; in animateViewIntoPosition()
480 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2; in animateViewIntoPosition()
496 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale, in animateViewIntoPosition()
501 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, in animateViewIntoPosition() argument
506 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight()); in animateViewIntoPosition()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java190 float toY, int startDelay, int duration) { in translateViews() argument
194 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY); in translateViews()