Home
last modified time | relevance | path

Searched refs:CLOCK_RUBBERBAND_FACTOR_MAX (Results 1 – 1 of 1) sorted by relevance

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