Home
last modified time | relevance | path

Searched refs:notificationShadeWindowView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewProviderModule.kt119 notificationShadeWindowView: NotificationShadeWindowView,
154 notificationShadeWindowView: NotificationShadeWindowView,
156 return notificationShadeWindowView.requireViewById(R.id.notification_panel)
176 notificationShadeWindowView: NotificationShadeWindowView,
178 return notificationShadeWindowView.requireViewById(R.id.light_reveal_scrim)
184 notificationShadeWindowView: NotificationShadeWindowView,
192 notificationShadeWindowView: NotificationShadeWindowView,
201 notificationShadeWindowView: NotificationShadeWindowView,
203 return notificationShadeWindowView.requireViewById(R.id.auth_ripple)
234 notificationShadeWindowView: NotificationShadeWindowView,
[all …]
H A DNotificationShadeWindowViewController.java148 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument
180 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt71 private val notificationShadeWindowView: NotificationShadeWindowView,
99 notificationShadeWindowView.requireViewById(R.id.notification_panel) as ViewGroup
148 notificationShadeWindowView,
186 notificationShadeWindowView,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java97 NotificationShadeWindowView notificationShadeWindowView = in setup() local
103 when(notificationShadeWindowView.getResources()).thenReturn(mContext.getResources()); in setup()
111 notificationShadeWindowView, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarTouchableRegionManager.java137 @NonNull View notificationShadeWindowView) { in setup() argument
139 mNotificationShadeWindowView = notificationShadeWindowView; in setup()