Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java377 float velocityX, float velocityY, @Nullable Runnable postBoundsUpdateCallback) { in flingToSnapTarget() argument
378 movetoTarget(velocityX, velocityY, postBoundsUpdateCallback, false /* isStash */); in flingToSnapTarget()
384 void stashToEdge(float velX, float velY, @Nullable Runnable postBoundsUpdateCallback) { in stashToEdge() argument
386 movetoTarget(velX, velY, postBoundsUpdateCallback, true /* isStash */); in stashToEdge()
392 @Nullable Runnable postBoundsUpdateCallback, in movetoTarget() argument
425 postBoundsUpdateCallback); in movetoTarget()
582 private void startBoundsAnimator(float toX, float toY, Runnable postBoundsUpdateCallback) {
594 if (postBoundsUpdateCallback != null) {
598 postBoundsUpdateCallback);