Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt114 val rows = listOf(createMockRow(rowHeight), createMockRow(rowHeight))
130 val row = createMockRow(10f, isSticky = true)
156 listOf(createMockRow(rowHeight), createMockRow(rowHeight), createMockRow(rowHeight))
184 listOf(createMockRow(rowHeight), createMockRow(rowHeight), createMockRow(rowHeight))
202 val rows = listOf(createMockRow(rowHeight), createMockRow(rowHeight))
244 val row = createMockRow(10f, isSticky = true)
263 val row = createMockRow(rowHeight)
302 val expandableView = createMockRow(rowHeight)
322 val expandableView = createMockRow(rowHeight)
361 (1..number).map { createMockRow() }.toList()
[all …]