Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java384 void stashToEdge(float velX, float velY, @Nullable Runnable postBoundsUpdateCallback) { in stashToEdge() method in PipMotionHelper
H A DPipTouchHandler.java876 mMotionHelper.stashToEdge(vel.x, vel.y, this::stashEndAction /* endAction */); in onUp()