Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainerTest.java162 ExpandableNotificationRow notificationRow = children.get(children.size() - 1); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child() local
H A DStackScrollAlgorithmTest.kt45 private val notificationRow = mock<ExpandableNotificationRow>() regex