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 D | NotificationMenuRowTest.java | 75 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 D | NotificationGutsManagerTest.java | 474 menuRow.createMenu(row, row.getEntry().getSbn()); in createTestMenuItem()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | SwipeableView.java | 30 @Nullable NotificationMenuRowPlugin createMenu(); in createMenu() method
|
H A D | NotificationSwipeHelper.java | 167 final NotificationMenuRowPlugin menuRow = row.createMenu(); in initializeRow()
|
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
H A D | NotificationMenuRowPlugin.java | 125 public void createMenu(ViewGroup parent, StatusBarNotification sbn); in createMenu() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRow.java | 1263 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 D | NotificationMenuRow.java | 187 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 D | ControlsUiControllerImpl.kt | 462 createMenu( 504 private fun createMenu(selectionItem: SelectionItem, extraApps: Boolean) { regex
|