Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java67 private final NotificationGutsManager mNotificationGutsManager; field in ExpandableNotificationRowController
102 mNotificationGutsManager = notificationGutsManager; in ExpandableNotificationRowController()
104 mOnAppOpsClickListener = mNotificationGutsManager::openGuts; in ExpandableNotificationRowController()
138 return mNotificationGutsManager.openGuts(v, x, y, item); in init()
DNotificationBlockingHelperManager.java48 private final NotificationGutsManager mNotificationGutsManager; field in NotificationBlockingHelperManager
70 mNotificationGutsManager = notificationGutsManager; in NotificationBlockingHelperManager()
120 mNotificationGutsManager.openGuts( in perhapsShowBlockingHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java530 private final NotificationGutsManager mNotificationGutsManager; field in NotificationStackScrollLayout
580 mNotificationGutsManager = notificationGutsManager; in NotificationStackScrollLayout()
718 setLongPressListener(mNotificationGutsManager::openGuts); in onFinishInflate()
3834 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
4142 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
4165 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
4414 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
4428 mNotificationGutsManager.closeAndSaveGuts(false /* removeLeavebehind */,
4497 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
6343 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java280 @Inject Lazy<NotificationGutsManager> mNotificationGutsManager; field in Dependency
474 mProviders.put(NotificationGutsManager.class, mNotificationGutsManager::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java201 @Mock private NotificationGutsManager mNotificationGutsManager; field in StatusBarTest
348 mNotificationGutsManager, in setup()