Home
last modified time | relevance | path

Searched refs:ExpandableNotificationRowController (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DExpandableNotificationRowComponent.java27 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController;
68 ExpandableNotificationRowController getExpandableNotificationRowController(); in getExpandableNotificationRowController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt46 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController.BUBBLES_…
111 private lateinit var controller: ExpandableNotificationRowController
117 ExpandableNotificationRowController(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java70 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController;
144 private ExpandableNotificationRowController mRowController;
465 public ExpandableNotificationRowController getRowController() { in getRowController()
469 public void setRowController(ExpandableNotificationRowController controller) { in setRowController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java42 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController;
150 ExpandableNotificationRowController rowController = in inflateViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java76 public class ExpandableNotificationRowController implements NotifViewController { class
199 public ExpandableNotificationRowController( in ExpandableNotificationRowController() method in ExpandableNotificationRowController