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.java218 float clockYDark = (mHasCustomClock ? getPreferredClockY() : getMaxClockY()) in getClockY() local
220 clockYDark = MathUtils.max(0, clockYDark); in getClockY()
228 clockYDark = MathUtils.lerp(clockYBouncer, clockYDark, shadeExpansion); in getClockY()
231 return (int) (MathUtils.lerp(clockY, clockYDark, darkAmount) + mEmptyDragAmount); in getClockY()