Searched refs:stashToEdge (Results 1 – 2 of 2) sorted by relevance
384 void stashToEdge(float velX, float velY, @Nullable Runnable postBoundsUpdateCallback) { in stashToEdge() method in PipMotionHelper
876 mMotionHelper.stashToEdge(vel.x, vel.y, this::stashEndAction /* endAction */); in onUp()