Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.kt35 fun getNotificationInnerAreaView(): View? method
DLegacyNotificationIconAreaControllerImpl.java242 public View getNotificationInnerAreaView() { in getNotificationInnerAreaView() method in LegacyNotificationIconAreaControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconAreaControllerViewBinderWrapperImpl.kt48 override fun getNotificationInnerAreaView(): View? = unsupported in setupAodIcons() method in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconAreaControllerViewBinderWrapperImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java485 mNotificationIconAreaController.getNotificationInnerAreaView(); in initNotificationIconArea()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragmentTest.java894 when(mMockNotificationAreaController.getNotificationInnerAreaView()) in setUpNotificationIconAreaController()