Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java127 private int mUnlockedStackScrollerPadding; field in KeyguardClockPositionAlgorithm
187 mUnlockedStackScrollerPadding = unlockedStackScrollerPadding; in setup()
211 return mUnlockedStackScrollerPadding; in getStackScrollerPaddingExpanded()
221 return (int) (mUnlockedStackScrollerPadding + mOverStretchAmount); in getStackScrollerPadding()
238 return mUnlockedStackScrollerPadding - nsslTop; in getLockscreenNotifPadding()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithmTest.java71 private int mUnlockedStackScrollerPadding = 0; field in KeyguardClockPositionAlgorithmTest
382 mUnlockedStackScrollerPadding = 200; in notifPadding_portraitShade_bypassOn()
632 mUnlockedStackScrollerPadding, in positionClock()