Home
last modified time | relevance | path

Searched refs:getMinStackScrollerPadding (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java221 public float getMinStackScrollerPadding() { in getMinStackScrollerPadding() method in KeyguardClockPositionAlgorithm
H A DNotificationPanelViewController.java1394 float minPadding = mClockPositionAlgorithm.getMinStackScrollerPadding(); in computeMaxKeyguardNotifications()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithmTest.java339 assertThat(mClockPositionAlgorithm.getMinStackScrollerPadding()) in notifMinPaddingAlignedWithClockInSplitShadeMode()