Searched refs:verticalVelocity (Results 1 – 1 of 1) sorted by relevance
305 final float verticalVelocity = mVelocityTracker.getYVelocity(); in onMotionEvent() local309 (float) Math.hypot(horizontalVelocity, verticalVelocity); in onMotionEvent()311 mExpanded = !flingRevealsOverlay(verticalVelocity, velocityVector); in onMotionEvent()321 flingToExpansion(verticalVelocity, expansion); in onMotionEvent()