Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java152 NotificationShelf notificationShelf = mock(NotificationShelf.class); in setUp() local
167 mStackScroller.setShelf(notificationShelf); in setUp()
184 doNothing().when(notificationShelf).setAnimationsEnabled(anyBoolean()); in setUp()
185 doNothing().when(notificationShelf).fadeInTranslating(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java784 NotificationShelf notificationShelf, in TestableStatusBar() argument
817 mNotificationShelf = notificationShelf; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java3112 NotificationShelf notificationShelf, in initDependencies() argument
3123 mNotificationStackScroller.setShelf(notificationShelf); in initDependencies()