Home
last modified time | relevance | path

Searched defs:velY (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
H A DMagnetizedObject.kt376 val velY = velocityTracker.yVelocity regex
412 val velY = velocityTracker.yVelocity regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java273 float velX, float velY, in animateIntoDismissTarget()
384 void stashToEdge(float velX, float velY, @Nullable Runnable postBoundsUpdateCallback) { in stashToEdge()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandler.java167 void onUp(float velX, float velY); in onUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java341 public float flingStackThenSpringToEdge(float x, float velX, float velY) { in flingStackThenSpringToEdge()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java4831 int velY = 0; in run() local