Searched refs:notificationShadeWindowView (Results 1 – 6 of 6) sorted by relevance
136 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 …]
178 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument213 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()
57 @Mock private lateinit var notificationShadeWindowView: NotificationShadeWindowView variable in com.android.keyguard.KeyguardUnfoldTransitionTest76 notificationShadeWindowView, in setup()136 notificationShadeWindowView.findViewById<View>( in whenInKeyguardState_viewDoesMove()
22 var Kosmos.notificationShadeWindowView by Kosmos.Fixture { mock<NotificationShadeWindowView>() } in <lambda>() variable
161 protected void setup(@NonNull View notificationShadeWindowView) { in setup() argument162 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
41 import com.android.systemui.shade.notificationShadeWindowView88 whenever(notificationShadeWindowView.resources).thenReturn(mContext.resources) in <lambda>()404 kosmos.notificationShadeWindowView, in createPresenter()