Searched refs:escapeVelocity (Results 1 – 2 of 2) sorted by relevance
355 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale; in endSwipe() local360 boolean childSwipedFastEnough = (Math.abs(velocity) > escapeVelocity) && in endSwipe()
442 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale; in onTouchEvent() local449 boolean childSwipedFastEnough = (Math.abs(velocity) > escapeVelocity) && in onTouchEvent()