Searched refs:notificationShadeWindowView (Results 1 – 7 of 7) sorted by relevance
83 if (notificationShadeWindowView == null) { in providesNotificationShadeWindowView()88 return notificationShadeWindowView; in providesNotificationShadeWindowView()95 NotificationShadeWindowView notificationShadeWindowView) { in providesNotificationStackScrollLayout() argument134 NotificationShadeWindowView notificationShadeWindowView) { in getNotificationPanelView() argument135 return notificationShadeWindowView.getNotificationPanelView(); in getNotificationPanelView()142 NotificationShadeWindowView notificationShadeWindowView) { in getLockIconView() argument143 return notificationShadeWindowView.findViewById(R.id.lock_icon_view); in getLockIconView()151 NotificationShadeWindowView notificationShadeWindowView) { in getAuthRippleView() argument152 return notificationShadeWindowView.findViewById(R.id.auth_ripple); in getAuthRippleView()160 NotificationShadeWindowView notificationShadeWindowView, in getSplitShadeStatusBarView() argument[all …]
96 @Mock private lateinit var notificationShadeWindowView: NotificationShadeWindowView130 `when`(notificationShadeWindowView.context).thenReturn(context)159 doReturn(mockedContext).`when`(notificationShadeWindowView).context160 doReturn(true).`when`(notificationShadeWindowView).isAttachedToWindow163 doReturn(threadedRenderer).`when`(notificationShadeWindowView).threadedRenderer164 userSwitcherController.init(notificationShadeWindowView)167 userSwitcherController.init(notificationShadeWindowView)
98 NotificationShadeWindowView notificationShadeWindowView = in setup() local106 when(notificationShadeWindowView.getResources()).thenReturn(mContext.getResources()); in setup()110 notificationShadeWindowView, stackScrollLayoutController, in setup()
123 @NonNull View notificationShadeWindowView) { in setup() argument125 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
138 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument160 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()
134 NotificationShadeWindowView notificationShadeWindowView, in StatusBarCommandQueueCallbacks() argument161 mNotificationShadeWindowView = notificationShadeWindowView; in StatusBarCommandQueueCallbacks()
835 public void init(NotificationShadeWindowView notificationShadeWindowView) { in init() argument836 mRootView = notificationShadeWindowView; in init()