Searched refs:destinationY (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationController.java | 320 float destinationX, float destinationY, float stiffness) { in springStack() argument 321 notifyFloatingCoordinatorStackAnimatingTo(destinationX, destinationY); in springStack() 335 destinationY); in springStack() 342 public void springStackAfterFling(float destinationX, float destinationY) { in springStackAfterFling() argument 343 springStack(destinationX, destinationY, STACK_SPRING_STIFFNESS); in springStackAfterFling() 546 float destinationY = UNSET; 552 destinationY = maxBubbleY; 556 destinationY = mPreImeY; 561 if (destinationY != UNSET) { 567 destinationY); [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipMotionHelper.java | 314 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget() local 323 .spring(FloatProperties.RECT_Y, destinationY, velY, mAnimateToDismissSpringConfig) in animateIntoDismissTarget() 328 startBoundsAnimator(destinationX, destinationY); in animateIntoDismissTarget()
|