Searched refs:SWIPE_THRESHOLD_VELOCITY (Results 1 – 1 of 1) sorted by relevance
79 protected static final int SWIPE_THRESHOLD_VELOCITY = 200; field in OverlayPanelViewController602 if (mAnimateDirection * velocityY > SWIPE_THRESHOLD_VELOCITY) { in onFling()683 || Math.abs(velocityY) < SWIPE_THRESHOLD_VELOCITY) { in onFling()