Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithmTest.java64 private int mKeyguardStatusHeight; field in KeyguardClockPositionAlgorithmTest
99 mKeyguardStatusHeight = EMPTY_HEIGHT; in clockPositionTopOfScreenOnAOD()
113 mKeyguardStatusHeight = EMPTY_HEIGHT; in clockPositionBelowCutout()
128 mKeyguardStatusHeight = 100; in clockPositionAdjustsForKeyguardStatusOnAOD()
218 mKeyguardStatusHeight = 100; in notifPositionIndependentOfKeyguardStatusHeightOnAOD()
251 mKeyguardStatusHeight = 200; in notifPositionAdjustsForClockHeightOnLockScreen()
261 mKeyguardStatusHeight = 200; in notifPositionAlignedWithClockInSplitShadeMode()
335 mKeyguardStatusHeight = 200; in notifPaddingExpandedAlignedWithClockInSplitShadeMode()
347 mKeyguardStatusHeight = 200; in notifPadding_splitShade()
367 mKeyguardStatusHeight = 200; in notifPadding_portraitShade_bypassOff()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java46 private int mKeyguardStatusHeight; field in KeyguardClockPositionAlgorithm
181 mKeyguardStatusHeight = keyguardStatusHeight + mStatusViewBottomMargin; in setup()
215 return getClockY(1.0f, mDarkAmount) + mKeyguardStatusHeight; in getStackScrollerPaddingExpanded()
228 return clockYPosition + mKeyguardStatusHeight; in getStackScrollerPadding()
244 return mMinTopMargin + mKeyguardStatusHeight; in getLockscreenNotifPadding()
261 return mKeyguardStatusHeight; in getLockscreenStatusViewHeight()
268 float clockYBouncer = -mKeyguardStatusHeight / 3.0f; in getClockY()
314 float userSwitchYBouncer = -mKeyguardStatusHeight - mUserSwitchHeight; in getUserSwitcherY()