Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpNotificationViewControllerEmptyImpl.kt26 override fun setTrackedHeadsUp(expandableNotificationRow: ExpandableNotificationRow?) {} in setTrackedHeadsUp()
DHeadsUpTouchHelper.java264 void setTrackedHeadsUp(@Nullable ExpandableNotificationRow expandableNotificationRow);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMagneticNotificationRowManagerImpl.kt104 expandableNotificationRow: ExpandableNotificationRow, in <lambda>()
112 expandableNotificationRow, in <lambda>()
121 expandableNotificationRow, in <lambda>()
DNotificationStackScrollLayoutController.java1071 public void setTrackingHeadsUp(ExpandableNotificationRow expandableNotificationRow) { in setTrackingHeadsUp() argument
1072 mView.setTrackingHeadsUp(expandableNotificationRow); in setTrackingHeadsUp()
1847 public void setTrackedHeadsUp(ExpandableNotificationRow expandableNotificationRow) {
1848 setTrackingHeadsUp(expandableNotificationRow);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
DExpandableNotificationRowComponent.java57 Builder expandableNotificationRow(ExpandableNotificationRow view); in expandableNotificationRow() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java157 .expandableNotificationRow(row) in inflateViews()