Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java118 result.clockY = y; in run()
121 result.clockY, in run()
131 private float getClockScale(int notificationPadding, int clockY, int startPadding) { in getClockScale() argument
133 float scaleEnd = clockY - mKeyguardStatusHeight * scaleMultiplier; in getClockScale()
211 public int clockY; field in KeyguardClockPositionAlgorithm.Result
DNotificationPanelView.java418 startClockAnimation(mClockPositionResult.clockY); in positionClockAndNotifications()
420 mKeyguardStatusView.setY(mClockPositionResult.clockY); in positionClockAndNotifications()