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.java109 result.clockScale = getClockScale(result.stackScrollerPadding, in run()
112 result.clockAlpha = getClockAlpha(result.clockScale); in run()
196 public float clockScale; field in KeyguardClockPositionAlgorithm.Result
DNotificationPanelView.java386 updateClock(mClockPositionResult.clockAlpha, mClockPositionResult.clockScale); in positionClockAndNotifications()