Searched refs:SWIPE_THRESHOLD_VELOCITY (Results 1 – 2 of 2) sorted by relevance
79 protected static final int SWIPE_THRESHOLD_VELOCITY = 200; field in OverlayPanelViewController634 if (mAnimateDirection * velocityY > SWIPE_THRESHOLD_VELOCITY) { in onFling()715 || Math.abs(velocityY) < SWIPE_THRESHOLD_VELOCITY) { in onFling()
55 private static final int SWIPE_THRESHOLD_VELOCITY = 200; field in MediaCardController183 || Math.abs(velocityY) < SWIPE_THRESHOLD_VELOCITY) { in MediaCardController()