Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java120 result.clockScale = getClockScale(result.stackScrollerPadding, in run()
123 result.clockAlpha = getClockAlpha(result.clockScale); in run()
216 public float clockScale; field in KeyguardClockPositionAlgorithm.Result
DNotificationPanelView.java422 updateClock(mClockPositionResult.clockAlpha, mClockPositionResult.clockScale); in positionClockAndNotifications()