Searched refs:THRESHOLD_TWO (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPinchThresholdManager.java29 public static final float THRESHOLD_TWO = 0.70f; field in class:PinchThresholdManager
48 * {@link PinchThresholdManager#THRESHOLD_TWO}, or
62 } else if (progress < THRESHOLD_TWO) {
65 mPassedThreshold = THRESHOLD_TWO;
H A DPinchAnimationManager.java140 * {@link PinchThresholdManager#THRESHOLD_TWO}, or
154 } else if (threshold == PinchThresholdManager.THRESHOLD_TWO) {

Completed in 341 milliseconds