Home
last modified time | relevance | path

Searched refs:destinationX (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()
318 destinationX); in springStack()
332 public void springStackAfterFling(float destinationX, float destinationY) { in springStackAfterFling() argument
333 springStack(destinationX, destinationY, STACK_SPRING_STIFFNESS); in springStackAfterFling()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java295 final float destinationX = targetCenter.x - (desiredWidth / 2f); in animateIntoDismissTarget() local
304 .spring(FloatProperties.RECT_X, destinationX, velX, mAnimateToDismissSpringConfig) in animateIntoDismissTarget()
310 startBoundsAnimator(destinationX, destinationY); in animateIntoDismissTarget()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java287 final float destinationX = targetCenter.x - (desiredWidth / 2f); in animateIntoDismissTarget() local
296 .spring(FloatProperties.RECT_X, destinationX, velX, mAnimateToDismissSpringConfig) in animateIntoDismissTarget()
302 startBoundsAnimator(destinationX, destinationY); in animateIntoDismissTarget()