Home
last modified time | relevance | path

Searched defs:xVelocity (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DSwipeGestureListener.kt44 val xVelocity = velocityTracker.xVelocity in onMotionEvent() constant
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java441 float xVelocity = velocityTracker.getXVelocity(); in onTouchEvent() local
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1203 final float xVelocity = mVelocityTracker.getXVelocity(mActivePointerId); in checkHorizontalSwipe() local
1230 final float xVelocity = mVelocityTracker.getXVelocity(mActivePointerId); in checkVerticalSwipe() local