Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt249 val topHun = mockExpandableNotificationRow() in <lambda>()
250 val bottomHun = mockExpandableNotificationRow() in <lambda>()
262 val topHun = mockExpandableNotificationRow() in <lambda>()
263 val bottomHun = mockExpandableNotificationRow() in <lambda>()
425 val row1 = mockExpandableNotificationRow() in <lambda>()
427 val row2 = mockExpandableNotificationRow() in <lambda>()
1271 private fun mockExpandableNotificationRow(): ExpandableNotificationRow { in mockExpandableNotificationRow() method