Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java28 import com.android.systemui.statusbar.NotificationShelf;
65 private NotificationShelf mShelf;
329 public void setShelf(NotificationShelf shelf) { in setShelf()
334 public NotificationShelf getShelf() { in getShelf()
DStackStateAnimator.java29 import com.android.systemui.statusbar.NotificationShelf;
87 private NotificationShelf mShelf;
541 public void setShelf(NotificationShelf shelf) { in setShelf()
DStackScrollAlgorithm.java27 import com.android.systemui.statusbar.NotificationShelf;
151 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
DNotificationStackScrollLayout.java105 import com.android.systemui.statusbar.NotificationShelf;
450 private NotificationShelf mShelf;
5256 public void setShelf(NotificationShelf shelf) {
5273 public NotificationShelf getNotificationShelf() {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java43 import com.android.systemui.statusbar.NotificationShelf;
89 private NotificationShelf mNotificationShelf;
DStatusBarTest.java96 import com.android.systemui.statusbar.NotificationShelf;
263 mDozeScrimController, mock(NotificationShelf.class), in setup()
784 NotificationShelf notificationShelf, in TestableStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java62 import com.android.systemui.statusbar.NotificationShelf;
152 NotificationShelf notificationShelf = mock(NotificationShelf.class); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java25 import com.android.systemui.statusbar.NotificationShelf;
109 public void setupShelf(NotificationShelf shelf) { in setupShelf()
DNotificationPanelView.java78 import com.android.systemui.statusbar.NotificationShelf;
719 NotificationShelf shelf = mNotificationStackScroller.getNotificationShelf(); in computeMaxKeyguardNotifications()
3112 NotificationShelf notificationShelf, in initDependencies()
DStatusBar.java189 import com.android.systemui.statusbar.NotificationShelf;
1150 (NotificationShelf) LayoutInflater.from(mContext).inflate( in inflateShelf()
4159 protected NotificationShelf mNotificationShelf;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java57 public class NotificationShelf extends ActivatableNotificationView implements class
99 public NotificationShelf(Context context, AttributeSet attrs) { in NotificationShelf() method in NotificationShelf
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java40 import com.android.systemui.statusbar.NotificationShelf;