Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java64 private int mUserSwitchHeight; field in KeyguardClockPositionAlgorithm
199 mUserSwitchHeight = userSwitchHeight; in setup()
230 return getClockY(1.0f, mDarkAmount) + mUserSwitchHeight; in getStackScrollerPaddingExpanded()
242 return clockYPosition - mSplitShadeTopNotificationsMargin + mUserSwitchHeight in getStackScrollerPadding()
257 return mSplitShadeTargetTopMargin + mUserSwitchHeight - nsslTop; in getLockscreenNotifPadding()
347 float userSwitchYBouncer = -mKeyguardStatusHeight - mUserSwitchHeight; in getUserSwitcherY()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithmTest.java71 private int mUserSwitchHeight; field in KeyguardClockPositionAlgorithmTest
345 mUserSwitchHeight = 150; in notifPaddingAccountsForMultiUserSwitcherInSplitShade()
357 mUserSwitchHeight = 150; in clockDoesntAccountForMultiUserSwitcherInSplitShade()
398 mUserSwitchHeight = 20; in notifPadding_portraitShade_bypassOff()
662 mUserSwitchHeight, in positionClock()