Searched refs:CLOCK_RUBBERBAND_FACTOR_MIN (Results 1 – 1 of 1) sorted by relevance
34 private static final float CLOCK_RUBBERBAND_FACTOR_MIN = 0.08f; field in KeyguardClockPositionAlgorithm179 return (1 - t) * CLOCK_RUBBERBAND_FACTOR_MAX + t * CLOCK_RUBBERBAND_FACTOR_MIN; in getClockYExpansionRubberbandFactor()