Home
last modified time | relevance | path

Searched refs:getNotificationInnerAreaView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java364 when(mMockNotificationAreaController.getNotificationInnerAreaView()).thenReturn( in setUpNotificationIconAreaController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java247 mNotificationIconAreaController.getNotificationInnerAreaView(); in initNotificationIconArea()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java246 public View getNotificationInnerAreaView() { in getNotificationInnerAreaView() method in NotificationIconAreaController