Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DExpandableNotificationRowComponent.java60 Builder onExpandClickListener(ExpandableNotificationRow.OnExpandClickListener presenter); in onExpandClickListener() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java219 ExpandableNotificationRow.OnExpandClickListener onExpandClickListener, in ExpandableNotificationRowController()