Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java54 private int mUserSwitchHeight; field in KeyguardClockPositionAlgorithm
182 mUserSwitchHeight = userSwitchHeight; in setup()
213 return getClockY(1.0f, mDarkAmount) + mUserSwitchHeight; in getStackScrollerPaddingExpanded()
225 return clockYPosition - mSplitShadeTopNotificationsMargin + mUserSwitchHeight in getStackScrollerPadding()
240 return mSplitShadeTargetTopMargin + mUserSwitchHeight - nsslTop; in getLockscreenNotifPadding()
314 float userSwitchYBouncer = -mKeyguardStatusHeight - mUserSwitchHeight; in getUserSwitcherY()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithmTest.java65 private int mUserSwitchHeight; field in KeyguardClockPositionAlgorithmTest
310 mUserSwitchHeight = 150; in notifPaddingAccountsForMultiUserSwitcherInSplitShade()
322 mUserSwitchHeight = 150; in clockDoesntAccountForMultiUserSwitcherInSplitShade()
363 mUserSwitchHeight = 20; in notifPadding_portraitShade_bypassOff()
627 mUserSwitchHeight, in positionClock()