Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java24 import com.android.systemui.statusbar.NotificationShelf;
51 private NotificationShelf mShelf;
229 public void setShelf(NotificationShelf shelf) { in setShelf()
233 public NotificationShelf getShelf() { in getShelf()
DStackStateAnimator.java31 import com.android.systemui.statusbar.NotificationShelf;
78 private NotificationShelf mShelf;
518 public void setShelf(NotificationShelf shelf) { in setShelf()
DStackScrollAlgorithm.java29 import com.android.systemui.statusbar.NotificationShelf;
122 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
DViewState.java32 import com.android.systemui.statusbar.NotificationShelf;
DNotificationStackScrollLayout.java77 import com.android.systemui.statusbar.NotificationShelf;
361 private NotificationShelf mShelf;
4173 public void setShelf(NotificationShelf shelf) { in setShelf()
4186 public NotificationShelf getNotificationShelf() { in getNotificationShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java20 import com.android.systemui.statusbar.NotificationShelf;
75 public void setupShelf(NotificationShelf shelf) { in setupShelf()
156 NotificationShelf.SHOW_AMBIENT_ICONS); in updateNotificationIcons()
DStatusBar.java203 import com.android.systemui.statusbar.NotificationShelf;
1253 (NotificationShelf) LayoutInflater.from(mContext).inflate( in inflateShelf()
5268 protected NotificationShelf mNotificationShelf;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java44 public class NotificationShelf extends ActivatableNotificationView implements class
77 public NotificationShelf(Context context, AttributeSet attrs) { in NotificationShelf() method in NotificationShelf
DExpandableNotificationRow.java1088 || (isBelowSpeedBump() && !NotificationShelf.SHOW_AMBIENT_ICONS)