Home
last modified time | relevance | path

Searched defs:notificationRow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java242 ExpandableNotificationRow notificationRow = children.get(children.size() - 1); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child() local
DStackScrollAlgorithmTest.kt56 private val notificationRow = mock<ExpandableNotificationRow>() in <lambda>() constant