Home
last modified time | relevance | path

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

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