Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
DExpandableNotificationRowComponent.java28 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController;
69 ExpandableNotificationRowController getExpandableNotificationRowController(); in getExpandableNotificationRowController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt45 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController.BUBBLES_…
111 private lateinit var controller: ExpandableNotificationRowController
117 ExpandableNotificationRowController( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java69 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController;
150 private ExpandableNotificationRowController mRowController;
483 public ExpandableNotificationRowController getRowController() { in getRowController()
487 public void setRowController(ExpandableNotificationRowController controller) { in setRowController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java48 import com.android.systemui.statusbar.notification.row.ExpandableNotificationRowController;
160 ExpandableNotificationRowController rowController = in inflateViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java76 public class ExpandableNotificationRowController implements NotifViewController { class
200 public ExpandableNotificationRowController( in ExpandableNotificationRowController() method in ExpandableNotificationRowController