Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java137 private int mUnlockedStackScrollerPadding; field in KeyguardClockPositionAlgorithm
204 mUnlockedStackScrollerPadding = unlockedStackScrollerPadding; in setup()
228 return mUnlockedStackScrollerPadding; in getStackScrollerPaddingExpanded()
238 return (int) (mUnlockedStackScrollerPadding + mOverStretchAmount); in getStackScrollerPadding()
255 return mUnlockedStackScrollerPadding - nsslTop; in getLockscreenNotifPadding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithmTest.java77 private int mUnlockedStackScrollerPadding = 0; field in KeyguardClockPositionAlgorithmTest
417 mUnlockedStackScrollerPadding = 200; in notifPadding_portraitShade_bypassOn()
667 mUnlockedStackScrollerPadding, in positionClock()