Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java107 result.clockY = y; in run()
110 result.clockY, in run()
115 private float getClockScale(int notificationPadding, int clockY, int startPadding) { in getClockScale() argument
117 float scaleEnd = clockY - mKeyguardStatusHeight * scaleMultiplier; in getClockScale()
191 public int clockY; field in KeyguardClockPositionAlgorithm.Result
DStatusBarHeaderView.java549 target.clockY = mClock.getBottom(); in captureLayoutValues()
594 mClock.setY(values.clockY - mClock.getHeight()); in applyLayoutValues()
653 float clockY; field in StatusBarHeaderView.LayoutValues
668 clockY = v1.clockY * (1 - t) + v2.clockY * t; in interpoloate()
DNotificationPanelView.java382 startClockAnimation(mClockPositionResult.clockY); in positionClockAndNotifications()
384 mKeyguardStatusView.setY(mClockPositionResult.clockY); in positionClockAndNotifications()