Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java76 row.createMenu(mRow, null); in testAttachDetach()
87 row.createMenu(mRow, null); in testRecreateMenu()
89 row.createMenu(mRow, null); in testRecreateMenu()
107 row.createMenu(mRow, null); in testNoAppOpsInSlowSwipe()
120 row.createMenu(mRow, null); in testNoSnoozeInSlowSwipe()
133 row.createMenu(mRow, null); in testSnoozeInSlowSwipe()
146 row.createMenu(mRow, null); in testSlowSwipe_newDismiss()
421 row.createMenu(mRow, null); in testOnTouchMove()
H A DNotificationGutsManagerTest.java505 menuRow.createMenu(row, row.getEntry().getSbn()); in createTestMenuItem()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DSwipeableView.java30 @Nullable NotificationMenuRowPlugin createMenu(); in createMenu() method
H A DPeopleHubView.kt63 override fun createMenu(): NotificationMenuRowPlugin? = null
H A DNotificationSwipeHelper.java149 final NotificationMenuRowPlugin menuRow = row.createMenu(); in initializeRow()
/aosp12/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1168 createMenu();
1177 createMenu();
1193 public NotificationMenuRowPlugin createMenu() {
1198 mMenuRow.createMenu(this, mEntry.getSbn());
1239 mMenuRow.createMenu(ExpandableNotificationRow.this, mEntry.getSbn());
1696 createMenu();
1776 createMenu();
1791 createMenu();
H A DNotificationMenuRow.java194 public void createMenu(ViewGroup parent, StatusBarNotification sbn) { in createMenu() method in NotificationMenuRow
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt285 createMenu()
288 private fun createMenu() { regex
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java292 protected void createMenu(int[] strId, View button) { in createMenu() method in Editor