Home
last modified time | relevance | path

Searched defs:clockY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java209 float clockY = MathUtils.lerp(clockYBouncer, clockYRegular, shadeExpansion); in getClockY() local
249 public int clockY; field in KeyguardClockPositionAlgorithm.Result