Home
last modified time | relevance | path

Searched refs:bubbleController (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java47 BubbleController bubbleController, in NotificationClicker() argument
51 mBubbleController = bubbleController; in NotificationClicker()
126 BubbleController bubbleController, in Builder() argument
128 mBubbleController = bubbleController; in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DBubbleCoordinator.java70 BubbleController bubbleController, in BubbleCoordinator() argument
72 mBubbleController = bubbleController; in BubbleCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java151 BubbleController bubbleController, in provideNotificationViewHierarchyManager() argument
165 bubbleController, in provideNotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java120 BubbleController bubbleController, in provideNotificationGutsManager() argument
136 bubbleController, in provideNotificationGutsManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java150 BubbleController bubbleController, in StatusBarNotificationActivityStarter() argument
185 mBubbleController = bubbleController; in StatusBarNotificationActivityStarter()
693 BubbleController bubbleController,
724 mBubbleController = bubbleController;
DNotificationIconAreaController.java107 BubbleController bubbleController) { in NotificationIconAreaController() argument
118 mBubbleController = bubbleController; in NotificationIconAreaController()
DEdgeBackGestureHandler.java615 BubbleController bubbleController = Dependency.get(BubbleController.class); in sendEvent() local
616 int bubbleDisplayId = bubbleController.getExpandedDisplayId(mContext); in sendEvent()
DStatusBar.java683 BubbleController bubbleController, in StatusBar()
763 mBubbleController = bubbleController; in StatusBar()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DCarStatusBarModule.java161 BubbleController bubbleController, in provideStatusBar()
240 bubbleController, in provideStatusBar()
DCarStatusBar.java186 BubbleController bubbleController, in CarStatusBar()
266 bubbleController, in CarStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java159 BubbleController bubbleController, in provideStatusBar()
238 bubbleController, in provideStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java113 BubbleController bubbleController, in NotificationViewHierarchyManager() argument
130 mBubbleController = bubbleController; in NotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java431 BubbleController bubbleController = Dependency.get(BubbleController.class); in sendEvent() local
432 int bubbleDisplayId = bubbleController.getExpandedDisplayId(mContext); in sendEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java224 BubbleController bubbleController) { in bindNotification() argument
243 mBubbleController = bubbleController; in bindNotification()
DNotificationGutsManager.java140 BubbleController bubbleController, in NotificationGutsManager() argument
155 mBubbleController = bubbleController; in NotificationGutsManager()