Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt115 ): NotificationShadeWindowView { in <lambda>()
119 return root as NotificationShadeWindowView? in <lambda>()
127 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
136 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
158 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
172 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
180 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
189 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
207 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
217 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
DNotificationShadeWindowView.java62 public class NotificationShadeWindowView extends WindowRootView { class
76 public NotificationShadeWindowView(Context context, AttributeSet attrs) { in NotificationShadeWindowView() method in NotificationShadeWindowView
483 return NotificationShadeWindowView.this;
DOWNERS17 per-file NotificationShadeWindowView.java = pixel@google.com, cinek@google.com, juliacr@google.com
DNotificationShadeWindowViewController.java96 private final NotificationShadeWindowView mView;
166 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController()
308 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()
675 public NotificationShadeWindowView getView() { in getView()
DShadeControllerImpl.java376 private NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
/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/src/com/android/keyguard/
DKeyguardUnfoldTransition.kt26 import com.android.systemui.shade.NotificationShadeWindowView in <lambda>()
47 private val shadeWindowView: NotificationShadeWindowView, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUnfoldTransitionTest.kt27 import com.android.systemui.shade.NotificationShadeWindowView
58 private lateinit var notificationShadeWindowView: NotificationShadeWindowView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt43 import com.android.systemui.shade.NotificationShadeWindowView.InteractionEventHandler
134 private lateinit var underTest: NotificationShadeWindowView
142 underTest = spy(NotificationShadeWindowView(context, null)) in setUp()
DNotificationShadeWindowViewControllerTest.kt55 import com.android.systemui.shade.NotificationShadeWindowView.InteractionEventHandler
110 @Mock private lateinit var view: NotificationShadeWindowView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java49 import com.android.systemui.shade.NotificationShadeWindowView;
286 final NotificationShadeWindowView notificationShadeWindowView = in createPresenter()
287 mock(NotificationShadeWindowView.class); in createPresenter()
DStatusBarKeyguardViewManagerTest.java91 import com.android.systemui.shade.NotificationShadeWindowView;
156 @Mock private NotificationShadeWindowView mNotificationShadeWindowView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarTest.java100 import com.android.systemui.shade.NotificationShadeWindowView;
438 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
475 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt67 import com.android.systemui.shade.NotificationShadeWindowView
88 private val notificationShadeWindowView: NotificationShadeWindowView,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java44 import com.android.systemui.shade.NotificationShadeWindowView;
116 NotificationShadeWindowView statusBarWindow, in StatusBarNotificationPresenter()
DCentralSurfacesImpl.java173 import com.android.systemui.shade.NotificationShadeWindowView;
1507 protected NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java94 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy(
95 new NotificationShadeWindowView(mContext, null));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java116 import com.android.systemui.shade.NotificationShadeWindowView;
244 private NotificationShadeWindowView mNotificationShadeWindowView;