Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java83 if (notificationShadeWindowView == null) { in providesNotificationShadeWindowView()
88 return notificationShadeWindowView; in providesNotificationShadeWindowView()
95 NotificationShadeWindowView notificationShadeWindowView) { in providesNotificationStackScrollLayout() argument
134 NotificationShadeWindowView notificationShadeWindowView) { in getNotificationPanelView() argument
135 return notificationShadeWindowView.getNotificationPanelView(); in getNotificationPanelView()
142 NotificationShadeWindowView notificationShadeWindowView) { in getLockIconView() argument
143 return notificationShadeWindowView.findViewById(R.id.lock_icon_view); in getLockIconView()
151 NotificationShadeWindowView notificationShadeWindowView) { in getAuthRippleView() argument
152 return notificationShadeWindowView.findViewById(R.id.auth_ripple); in getAuthRippleView()
160 NotificationShadeWindowView notificationShadeWindowView, in getSplitShadeStatusBarView() argument
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherControllerTest.kt96 @Mock private lateinit var notificationShadeWindowView: NotificationShadeWindowView
130 `when`(notificationShadeWindowView.context).thenReturn(context)
159 doReturn(mockedContext).`when`(notificationShadeWindowView).context
160 doReturn(true).`when`(notificationShadeWindowView).isAttachedToWindow
163 doReturn(threadedRenderer).`when`(notificationShadeWindowView).threadedRenderer
164 userSwitcherController.init(notificationShadeWindowView)
167 userSwitcherController.init(notificationShadeWindowView)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java98 NotificationShadeWindowView notificationShadeWindowView = in setup() local
106 when(notificationShadeWindowView.getResources()).thenReturn(mContext.getResources()); in setup()
110 notificationShadeWindowView, stackScrollLayoutController, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarTouchableRegionManager.java123 @NonNull View notificationShadeWindowView) { in setup() argument
125 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
H A DNotificationShadeWindowViewController.java138 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument
160 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()
H A DStatusBarCommandQueueCallbacks.java134 NotificationShadeWindowView notificationShadeWindowView, in StatusBarCommandQueueCallbacks() argument
161 mNotificationShadeWindowView = notificationShadeWindowView; in StatusBarCommandQueueCallbacks()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java835 public void init(NotificationShadeWindowView notificationShadeWindowView) { in init() argument
836 mRootView = notificationShadeWindowView; in init()