Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java194 float clockYDark = getMaxClockY() + burnInPreventionOffsetY(); in getClockY() local
196 clockYDark -= mPulsingPadding; in getClockY()
208 return (int) MathUtils.lerp(clockY, clockYDark, mDarkAmount); in getClockY()