Searched defs:CLOCK_RUBBERBAND_FACTOR_MAX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java34 private static final float CLOCK_RUBBERBAND_FACTOR_MAX = 0.8f; field in class:KeyguardClockPositionAlgorithm
159 return (1 - t) * CLOCK_RUBBERBAND_FACTOR_MAX + t * CLOCK_RUBBERBAND_FACTOR_MIN;

Completed in 108 milliseconds