Home
last modified time | relevance | path

Searched refs:NotificationShelf (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java27 import com.android.systemui.statusbar.NotificationShelf;
64 private NotificationShelf mShelf;
332 public void setShelf(NotificationShelf shelf) { in setShelf()
337 public NotificationShelf getShelf() { in getShelf()
DStackStateAnimator.java29 import com.android.systemui.statusbar.NotificationShelf;
88 private NotificationShelf mShelf;
545 public void setShelf(NotificationShelf shelf) { in setShelf()
DStackScrollAlgorithm.java27 import com.android.systemui.statusbar.NotificationShelf;
151 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
DNotificationStackScrollLayout.java103 import com.android.systemui.statusbar.NotificationShelf;
449 private NotificationShelf mShelf;
5249 public void setShelf(NotificationShelf shelf) {
5266 public NotificationShelf getNotificationShelf() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java36 import com.android.systemui.statusbar.NotificationShelf;
145 NotificationShelf creatNotificationShelf(); in creatNotificationShelf()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java47 import com.android.systemui.statusbar.NotificationShelf;
94 private NotificationShelf mNotificationShelf;
DStatusBarTest.java96 import com.android.systemui.statusbar.NotificationShelf;
267 mDozeScrimController, mock(NotificationShelf.class), in setup()
783 NotificationShelf notificationShelf, in TestableStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java64 import com.android.systemui.statusbar.NotificationShelf;
160 NotificationShelf notificationShelf = mock(NotificationShelf.class); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java26 import com.android.systemui.statusbar.NotificationShelf;
142 public void setupShelf(NotificationShelf shelf) { in setupShelf()
DNotificationPanelView.java81 import com.android.systemui.statusbar.NotificationShelf;
864 NotificationShelf shelf = mNotificationStackScroller.getNotificationShelf(); in computeMaxKeyguardNotifications()
3456 NotificationShelf notificationShelf, in initDependencies()
DStatusBar.java188 import com.android.systemui.statusbar.NotificationShelf;
1221 (NotificationShelf) mInjectionInflater.injectable( in inflateShelf()
4315 protected NotificationShelf mNotificationShelf;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java62 public class NotificationShelf extends ActivatableNotificationView implements class
103 public NotificationShelf(@Named(VIEW_CONTEXT) Context context, in NotificationShelf() method in NotificationShelf
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java40 import com.android.systemui.statusbar.NotificationShelf;