Home
last modified time | relevance | path

Searched refs:CLOCK_RUBBERBAND_FACTOR_MIN (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_MIN = 0.08f; field in KeyguardClockPositionAlgorithm
179 return (1 - t) * CLOCK_RUBBERBAND_FACTOR_MAX + t * CLOCK_RUBBERBAND_FACTOR_MIN; in getClockYExpansionRubberbandFactor()