Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarViewModule.java43 import com.android.systemui.shade.NotificationShadeWindowView;
94 public static NotificationShadeWindowView providesNotificationShadeWindowView( in providesNotificationShadeWindowView()
96 NotificationShadeWindowView notificationShadeWindowView = (NotificationShadeWindowView) in providesNotificationShadeWindowView()
110 NotificationShadeWindowView notificationShadeWindowView) { in providesNotificationStackScrollLayout()
149 NotificationShadeWindowView notificationShadeWindowView) { in getNotificationPanelView()
157 NotificationShadeWindowView notificationShadeWindowView) { in getLockIconView()
166 NotificationShadeWindowView notificationShadeWindowView) { in getAuthRippleView()
175 NotificationShadeWindowView notificationShadeWindowView, in getLargeScreenShadeHeaderBarView()
252 NotificationShadeWindowView notificationShadeWindowView) { in getNotificationsQuickSettingsContainer()
DCentralSurfacesComponent.java26 import com.android.systemui.shade.NotificationShadeWindowView;
99 NotificationShadeWindowView getNotificationShadeWindowView(); in getNotificationShadeWindowView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInsetsController.java19 import com.android.systemui.shade.NotificationShadeWindowView;
25 implements NotificationShadeWindowView.LayoutInsetsController {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java32 import com.android.systemui.shade.NotificationShadeWindowView;
44 private final NotificationShadeWindowView mStatusBarWindow;
56 public BrightnessMirrorController(NotificationShadeWindowView statusBarWindow, in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.java77 private NotificationShadeWindowView mView;
107 @Captor private ArgumentCaptor<NotificationShadeWindowView.InteractionEventHandler>
109 private NotificationShadeWindowView.InteractionEventHandler mInteractionEventHandler;
115 mView = spy(new NotificationShadeWindowView(getContext(), null)); in setUp()
DNotificationShadeWindowViewControllerTest.kt37 import com.android.systemui.shade.NotificationShadeWindowView.InteractionEventHandler
69 @Mock private lateinit var view: NotificationShadeWindowView
DNotificationShadeWindowControllerImplTest.java83 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy(
84 new NotificationShadeWindowView(mContext, null));
DPulsingGestureListenerTest.kt56 private lateinit var view: NotificationShadeWindowView
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java77 private final NotificationShadeWindowView mView;
121 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController()
193 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()
442 public NotificationShadeWindowView getView() { in getView()
DOWNERS13 per-file NotificationShadeWindowView.java = pixel@google.com, cinek@google.com, juliacr@google.com
DNotificationShadeWindowView.java66 public class NotificationShadeWindowView extends FrameLayout { class
82 public NotificationShadeWindowView(Context context, AttributeSet attrs) { in NotificationShadeWindowView() method in NotificationShadeWindowView
576 return NotificationShadeWindowView.this;
DPulsingGestureListener.kt50 private val notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
DShadeControllerImpl.java331 private NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarTest.java95 import com.android.systemui.shade.NotificationShadeWindowView;
339 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
377 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java45 import com.android.systemui.shade.NotificationShadeWindowView;
105 NotificationShadeWindowView notificationShadeWindowView = in setup()
106 mock(NotificationShadeWindowView.class); in setup()
DStatusBarKeyguardViewManagerTest.java74 import com.android.systemui.shade.NotificationShadeWindowView;
131 @Mock private NotificationShadeWindowView mNotificationShadeWindowView;
DCentralSurfacesImplTest.java127 import com.android.systemui.shade.NotificationShadeWindowView;
243 @Mock private NotificationShadeWindowView mNotificationShadeWindowView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java52 import com.android.systemui.shade.NotificationShadeWindowView;
214 NotificationShadeWindowView getNotificationShadeWindowView(); in getNotificationShadeWindowView()
DStatusBarNotificationPresenter.java42 import com.android.systemui.shade.NotificationShadeWindowView;
116 NotificationShadeWindowView statusBarWindow, in StatusBarNotificationPresenter()
DCentralSurfacesImpl.java187 import com.android.systemui.shade.NotificationShadeWindowView;
440 protected NotificationShadeWindowView mNotificationShadeWindowView;
1678 public NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
3385 NotificationShadeWindowView nswv = getNotificationShadeWindowView(); in getViewRootImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java97 import com.android.systemui.shade.NotificationShadeWindowView;
199 private NotificationShadeWindowView mNotificationShadeWindowView;