Home
last modified time | relevance | path

Searched defs:menuRow (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java96 void setCurrentMenuRow(NotificationMenuRowPlugin menuRow) { in setCurrentMenuRow()
121 final NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onChildSnappedBack() local
131 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onDownUpdate() local
149 final NotificationMenuRowPlugin menuRow = row.createMenu(); in initializeRow() local
158 private boolean swipedEnoughToShowMenu(NotificationMenuRowPlugin menuRow) { in swipedEnoughToShowMenu()
165 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in onMoveUpdate() local
174 NotificationMenuRowPlugin menuRow = getCurrentMenuRow(); in handleUpEvent() local
185 NotificationMenuRowPlugin menuRow) { in handleMenuRowSwipe()
210 NotificationMenuRowPlugin menuRow) { in handleSwipeFromClosedState()
246 NotificationMenuRowPlugin menuRow) { in handleSwipeFromOpenState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBlockingHelperManager.java93 ExpandableNotificationRow row, NotificationMenuRowPlugin menuRow) { in perhapsShowBlockingHelper()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java503 NotificationMenuRowPlugin menuRow = in createTestMenuItem() local