Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandler.java305 final float verticalVelocity = mVelocityTracker.getYVelocity(); in onMotionEvent() local
309 (float) Math.hypot(horizontalVelocity, verticalVelocity); in onMotionEvent()
311 mExpanded = !flingRevealsOverlay(verticalVelocity, velocityVector); in onMotionEvent()
321 flingToExpansion(verticalVelocity, expansion); in onMotionEvent()