Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragmentTest.java73 when(mMockNotificiationAreaController.getCenteredNotificationAreaView()).thenReturn( in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java157 mCenteredIconArea = notificationIconAreaController.getCenteredNotificationAreaView(); in initNotificationIconArea()
DNotificationIconAreaController.java213 public View getCenteredNotificationAreaView() { in getCenteredNotificationAreaView() method in NotificationIconAreaController