Home
last modified time | relevance | path

Searched refs:NotificationShadeWindowView (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java28 import com.android.systemui.statusbar.phone.NotificationShadeWindowView;
47 private NotificationShadeWindowView mNotificationShadeWindowView;
67 public NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
72 mNotificationShadeWindowView = (NotificationShadeWindowView) in getNotificationShadeWindowView()
139 NotificationShadeWindowView notificationShadeWindowView = getNotificationShadeWindowView(); in getNotificationPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarViewModule.java20 import com.android.systemui.statusbar.phone.NotificationShadeWindowView;
31 NotificationShadeWindowView notificationShadeWindowView) { in getNotificationPanelView()
DStatusBarComponent.java22 import com.android.systemui.statusbar.phone.NotificationShadeWindowView;
46 NotificationShadeWindowView notificationShadeWindowView); in statusBarWindowView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java29 import com.android.systemui.statusbar.phone.NotificationShadeWindowView;
40 private final NotificationShadeWindowView mStatusBarWindow;
48 public BrightnessMirrorController(NotificationShadeWindowView statusBarWindow, in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimatorTest.java37 import com.android.systemui.statusbar.phone.NotificationShadeWindowView;
63 private NotificationShadeWindowView mNotificationShadeWindowView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewController.java82 private final NotificationShadeWindowView mView;
130 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController()
203 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()
401 public NotificationShadeWindowView getView() { in getView()
DNotificationShadeWindowView.java59 public class NotificationShadeWindowView extends FrameLayout { class
75 public NotificationShadeWindowView(Context context, AttributeSet attrs) { in NotificationShadeWindowView() method in NotificationShadeWindowView
517 return NotificationShadeWindowView.this;
DShadeControllerImpl.java225 protected NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
DStatusBarNotificationPresenter.java135 NotificationShadeWindowView statusBarWindow, in StatusBarNotificationPresenter()
DStatusBar.java344 protected NotificationShadeWindowView mNotificationShadeWindowView;
1468 public NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewTest.java63 private NotificationShadeWindowView mView;
92 mView = spy(new NotificationShadeWindowView(getContext(), null)); in setUp()
DStatusBarNotificationPresenterTest.java113 NotificationShadeWindowView notificationShadeWindowView = in setup()
114 mock(NotificationShadeWindowView.class); in setup()
DNotificationIconAreaControllerTest.java65 NotificationShadeWindowView mNotificationShadeWindowView;
DNotificationShadeWindowControllerTest.java64 @Mock private NotificationShadeWindowView mNotificationShadeWindowView;
DStatusBarTest.java198 @Mock private NotificationShadeWindowView mNotificationShadeWindowView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java83 import com.android.systemui.statusbar.phone.NotificationShadeWindowView;
144 private NotificationShadeWindowView mNotificationShadeWindowView;
DBubbleControllerTest.java86 import com.android.systemui.statusbar.phone.NotificationShadeWindowView;
183 private NotificationShadeWindowView mNotificationShadeWindowView;