Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt127 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
129 return notificationShadeWindowView.requireViewById(R.id.notification_stack_scroller) in <lambda>()
136 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
138 return notificationShadeWindowView.requireViewById(R.id.notification_panel) in <lambda>()
158 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
162 notificationShadeWindowView.requireViewById<LightRevealScrim>( in <lambda>()
172 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
174 return notificationShadeWindowView.requireViewById(R.id.keyguard_root_view) in <lambda>()
180 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
182 return notificationShadeWindowView.requireViewById(R.id.shared_notification_container) in <lambda>()
[all …]
DNotificationShadeWindowViewController.java166 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument
200 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUnfoldTransitionTest.kt58 private lateinit var notificationShadeWindowView: NotificationShadeWindowView variable in com.android.keyguard.KeyguardUnfoldTransitionTest
74 context, keyguardRootView, notificationShadeWindowView, in setup()
135 notificationShadeWindowView in whenInKeyguardState_viewDoesMove()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java147 protected void setup(@NonNull View notificationShadeWindowView) { in setup() argument
148 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java286 final NotificationShadeWindowView notificationShadeWindowView = in createPresenter() local
288 when(notificationShadeWindowView.getResources()).thenReturn(mContext.getResources()); in createPresenter()
303 notificationShadeWindowView, in createPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt88 private val notificationShadeWindowView: NotificationShadeWindowView, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
179 notificationShadeWindowView.requireViewById(R.id.keyguard_indication_area), in bindIndicationArea()