Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java265 float clockYRegular = getExpandedPreferredClockY(); in getClockY() local
272 float clockY = MathUtils.lerp(clockYBouncer, clockYRegular, shadeExpansion); in getClockY()