Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DExpandableNotificationRowComponent.java54 Builder expandableNotificationRow(ExpandableNotificationRow view); in expandableNotificationRow() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java136 .expandableNotificationRow(row) in inflateViews()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java926 public void setTrackingHeadsUp(ExpandableNotificationRow expandableNotificationRow) { in setTrackingHeadsUp() argument
927 mView.setTrackingHeadsUp(expandableNotificationRow); in setTrackingHeadsUp()
928 mNotificationRoundnessManager.setTrackingHeadsUp(expandableNotificationRow); in setTrackingHeadsUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java244 .expandableNotificationRow(viewCaptor.capture())) in setUp()