Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandler.java85 getVelocityTracker().addMovement(motionEvent); in onMotionEvent()
101 getVelocityTracker().computeCurrentVelocity(VELOCITY_UNITS); in onMotionEvent()
102 mMotionEventListener.onUp(getVelocityTracker().getXVelocity(), in onMotionEvent()
103 getVelocityTracker().getYVelocity()); in onMotionEvent()
123 private VelocityTracker getVelocityTracker() { in getVelocityTracker() method in BubblesNavBarMotionEventHandler