Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java199 float clockYRegular = getExpandedClockPosition(); in getClockY() local
206 final float clockY = MathUtils.lerp(clockYTarget, clockYRegular, shadeExpansion); in getClockY()