Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java197 final int y = getClockY(mPanelExpansion, mDarkAmount); in run()
200 result.clockYFullyDozing = getClockY( in run()
213 return getClockY(1.0f, mDarkAmount) + mUserSwitchHeight; in getStackScrollerPaddingExpanded()
215 return getClockY(1.0f, mDarkAmount) + mKeyguardStatusHeight; in getStackScrollerPaddingExpanded()
264 private int getClockY(float panelExpansion, float darkAmount) { in getClockY() method in KeyguardClockPositionAlgorithm
332 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f, mDarkAmount))); in getClockAlpha()