Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.kt37 fun getNotificationInnerAreaView(): View? regex
H A DLegacyNotificationIconAreaControllerImpl.java254 public View getNotificationInnerAreaView() { in getNotificationInnerAreaView() method in LegacyNotificationIconAreaControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt182 override fun getNotificationInnerAreaView(): View? {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java409 mNotificationIconAreaController.getNotificationInnerAreaView(); in initNotificationIconArea()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java731 when(mMockNotificationAreaController.getNotificationInnerAreaView()).thenReturn( in setUpNotificationIconAreaController()