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.kt136 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
138 return notificationShadeWindowView.requireViewById(R.id.notification_stack_scroller) in <lambda>()
145 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
147 return notificationShadeWindowView.requireViewById(R.id.notification_panel) in <lambda>()
153 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
157 notificationShadeWindowView.requireViewById<LightRevealScrim>( in <lambda>()
167 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
169 return notificationShadeWindowView.requireViewById(R.id.keyguard_root_view) in <lambda>()
175 notificationShadeWindowView: NotificationShadeWindowView in <lambda>()
177 return notificationShadeWindowView.requireViewById(R.id.shared_notification_container) in <lambda>()
[all …]
DNotificationShadeWindowViewController.java178 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument
213 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardUnfoldTransitionTest.kt57 @Mock private lateinit var notificationShadeWindowView: NotificationShadeWindowView variable in com.android.keyguard.KeyguardUnfoldTransitionTest
76 notificationShadeWindowView, in setup()
136 notificationShadeWindowView.findViewById<View>( in whenInKeyguardState_viewDoesMove()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DNotificationShadeWindowViewKosmos.kt22 var Kosmos.notificationShadeWindowView by Kosmos.Fixture { mock<NotificationShadeWindowView>() } in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeTouchableRegionManager.java161 protected void setup(@NonNull View notificationShadeWindowView) { in setup() argument
162 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.kt41 import com.android.systemui.shade.notificationShadeWindowView
88 whenever(notificationShadeWindowView.resources).thenReturn(mContext.resources) in <lambda>()
404 kosmos.notificationShadeWindowView, in createPresenter()