Searched refs:SWIPE_THRESHOLD_VELOCITY (Results 1 – 1 of 1) sorted by relevance
1518 private static final int SWIPE_THRESHOLD_VELOCITY = 200; field in CarStatusBar1553 if (velocityY > SWIPE_THRESHOLD_VELOCITY) { in onFling()1624 || Math.abs(velocityY) < SWIPE_THRESHOLD_VELOCITY) { in onFling()