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.java76 when(mMockNotificiationAreaController.getCenteredNotificationAreaView()).thenReturn( in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java156 mCenteredIconArea = notificationIconAreaController.getCenteredNotificationAreaView(); in initNotificationIconArea()
DNotificationIconAreaController.java153 public View getCenteredNotificationAreaView() { in getCenteredNotificationAreaView() method in NotificationIconAreaController