Home
last modified time | relevance | path

Searched refs:createMenu (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java75 row.createMenu(mRow, null); in testAttachDetach()
86 row.createMenu(mRow, null); in testRecreateMenu()
88 row.createMenu(mRow, null); in testRecreateMenu()
106 row.createMenu(mRow, null); in testNoAppOpsInSlowSwipe()
119 row.createMenu(mRow, null); in testNoSnoozeInSlowSwipe()
132 row.createMenu(mRow, null); in testSnoozeInSlowSwipe()
145 row.createMenu(mRow, null); in testSlowSwipe_newDismiss()
420 row.createMenu(mRow, null); in testOnTouchMove()
H A DNotificationGutsManagerTest.java474 menuRow.createMenu(row, row.getEntry().getSbn()); in createTestMenuItem()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DSwipeableView.java30 @Nullable NotificationMenuRowPlugin createMenu(); in createMenu() method
H A DNotificationSwipeHelper.java167 final NotificationMenuRowPlugin menuRow = row.createMenu(); in initializeRow()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationMenuRowPlugin.java125 public void createMenu(ViewGroup parent, StatusBarNotification sbn); in createMenu() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1263 createMenu();
1272 createMenu();
1288 public NotificationMenuRowPlugin createMenu() {
1293 mMenuRow.createMenu(this, mEntry.getSbn());
1335 mMenuRow.createMenu(ExpandableNotificationRow.this, mEntry.getSbn());
1864 createMenu();
1978 createMenu();
1994 createMenu();
H A DNotificationMenuRow.java187 public void createMenu(ViewGroup parent, StatusBarNotification sbn) { in createMenu() method in NotificationMenuRow
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt462 createMenu(
504 private fun createMenu(selectionItem: SelectionItem, extraApps: Boolean) { regex