Searched refs:notificationShadeWindowView (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeViewProviderModule.kt | 119 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 D | NotificationShadeWindowViewController.java | 148 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument 180 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewConfigurator.kt | 71 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 D | StatusBarNotificationPresenterTest.java | 97 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 D | StatusBarTouchableRegionManager.java | 137 @NonNull View notificationShadeWindowView) { in setup() argument 139 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
|