Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculator.kt87 notifSpace: Float,
93 if (notifHeight <= notifSpace) {
96 " <= notifSpace[$notifSpace]"
100 if (notifHeightSaveSpace <= notifSpace) {
104 " <= notifSpace[$notifSpace]"
152 notifSpace: Float,
159 "\n\tnotifSpace $notifSpace" +
163 if (notifSpace + shelfSpace <= 0f) {
177 notifSpace = notifSpace,
206 notifSpace = notifSpace,
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt174 val notifSpace = regex
182 val spaceUsed = notifSpace + shelfSpace
187 computeMaxKeyguardNotifications(rows, notifSpace, shelfSpace, shelfHeight)