Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java378 movetoTarget(velocityX, velocityY, postBoundsUpdateCallback, false /* isStash */); in flingToSnapTarget()
386 movetoTarget(velX, velY, postBoundsUpdateCallback, true /* isStash */); in stashToEdge()
389 private void movetoTarget( in movetoTarget() method in PipMotionHelper