Searched refs:destinationX (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | StackAnimationController.java | 309 float destinationX, float destinationY, float stiffness) { in springStack() argument 310 notifyFloatingCoordinatorStackAnimatingTo(destinationX, destinationY); in springStack() 317 destinationX); in springStack() 331 public void springStackAfterFling(float destinationX, float destinationY) { in springStackAfterFling() argument 332 springStack(destinationX, destinationY, STACK_SPRING_STIFFNESS); in springStackAfterFling()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMotionHelper.java | 288 final float destinationX = targetCenter.x - (desiredWidth / 2f); in animateIntoDismissTarget() local 297 .spring(FloatProperties.RECT_X, destinationX, velX, mAnimateToDismissSpringConfig) in animateIntoDismissTarget() 303 startBoundsAnimator(destinationX, destinationY); in animateIntoDismissTarget()
|