Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt124 fun providesNotificationShadeWindowView(root: WindowRootView): NotificationShadeWindowView { in <lambda>()
128 return root as NotificationShadeWindowView? in <lambda>()
136 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
145 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
153 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
167 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
175 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
184 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
200 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
210 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
DNotificationShadeWindowView.java68 public class NotificationShadeWindowView extends WindowRootView { class
85 public NotificationShadeWindowView(Context context, AttributeSet attrs) { in NotificationShadeWindowView() method in NotificationShadeWindowView
501 return NotificationShadeWindowView.this;
DNotificationShadeWindowViewController.java108 private final NotificationShadeWindowView mView;
178 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController()
370 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()
668 public NotificationShadeWindowView getView() { in getView()
DShadeControllerImpl.java370 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/tests/utils/src/com/android/systemui/shade/
DNotificationShadeWindowViewKosmos.kt22 var Kosmos.notificationShadeWindowView by Kosmos.Fixture { mock<NotificationShadeWindowView>() } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUnfoldTransition.kt25 import com.android.systemui.shade.NotificationShadeWindowView in <lambda>()
48 private val shadeWindowView: NotificationShadeWindowView, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardUnfoldTransitionTest.kt27 import com.android.systemui.shade.NotificationShadeWindowView
57 @Mock private lateinit var notificationShadeWindowView: NotificationShadeWindowView
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt48 import com.android.systemui.shade.NotificationShadeWindowView.InteractionEventHandler
148 private lateinit var underTest: NotificationShadeWindowView
156 underTest = spy(NotificationShadeWindowView(context, null)) in setUp()
DNotificationShadeWindowControllerImplTest.java104 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy(
105 new NotificationShadeWindowView(mContext, null));
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/navigationbar/views/
DNavigationBarTest.java114 import com.android.systemui.shade.NotificationShadeWindowView;
559 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
594 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java47 import com.android.systemui.shade.NotificationShadeWindowView;
120 NotificationShadeWindowView statusBarWindow, in StatusBarNotificationPresenter()
DCentralSurfacesImpl.java170 import com.android.systemui.shade.NotificationShadeWindowView;
1547 protected NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt60 import com.android.systemui.shade.NotificationShadeWindowView.InteractionEventHandler
125 @Mock private lateinit var view: NotificationShadeWindowView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java97 import com.android.systemui.shade.NotificationShadeWindowView;
163 @Mock private NotificationShadeWindowView mNotificationShadeWindowView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java124 import com.android.systemui.shade.NotificationShadeWindowView;
261 private NotificationShadeWindowView mNotificationShadeWindowView;