Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java285 float clockYBouncer = -mKeyguardStatusHeight / 3.0f; in getClockY() local
289 float clockY = MathUtils.lerp(clockYBouncer, clockYRegular, shadeExpansion); in getClockY()