Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java310 float destinationX, float destinationY, float stiffness) { in springStack() argument
311 notifyFloatingCoordinatorStackAnimatingTo(destinationX, destinationY); in springStack()
325 destinationY); in springStack()
332 public void springStackAfterFling(float destinationX, float destinationY) { in springStackAfterFling() argument
333 springStack(destinationX, destinationY, STACK_SPRING_STIFFNESS); in springStackAfterFling()
524 float destinationY = UNSET;
530 destinationY = maxBubbleY;
534 destinationY = mPreImeY;
539 if (destinationY != UNSET) {
545 destinationY);
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java296 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget() local
305 .spring(FloatProperties.RECT_Y, destinationY, velY, mAnimateToDismissSpringConfig) in animateIntoDismissTarget()
310 startBoundsAnimator(destinationX, destinationY); in animateIntoDismissTarget()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java288 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget() local
297 .spring(FloatProperties.RECT_Y, destinationY, velY, mAnimateToDismissSpringConfig) in animateIntoDismissTarget()
302 startBoundsAnimator(destinationX, destinationY); in animateIntoDismissTarget()