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.java160 NotificationShelf notificationShelf = mock(NotificationShelf.class); in setUp() local
179 mStackScroller.setShelf(notificationShelf); in setUp()
197 doNothing().when(notificationShelf).setAnimationsEnabled(anyBoolean()); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java783 NotificationShelf notificationShelf, in TestableStatusBar() argument
815 mNotificationShelf = notificationShelf; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java3456 NotificationShelf notificationShelf, in initDependencies() argument
3466 mNotificationStackScroller.setShelf(notificationShelf); in initDependencies()