Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt85 spaceForShelf = 0f,
101 spaceForShelf = Float.MAX_VALUE,
113 val spaceForShelf = gapHeight + dividerHeight + shelfHeight regex
117 computeMaxKeyguardNotifications(rows, spaceForNotifications, spaceForShelf, shelfHeight)
154 val spaceForShelf = gapHeight + dividerHeight + shelfHeight regex
162 spaceForShelf,
200 val spaceForShelf = dividerHeight + shelfHeight regex
201 val spaceUsed = spaceForNotifications + spaceForShelf
209 spaceForShelf,
340 spaceForShelf: Float,
[all …]