Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DNotificationShelfComponent.java20 import com.android.systemui.statusbar.NotificationShelf;
41 Builder notificationShelf(NotificationShelf view); in notificationShelf()
59 abstract ActivatableNotificationView bindNotificationShelf(NotificationShelf view); in bindNotificationShelf()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt27 import com.android.systemui.statusbar.NotificationShelf
49 override val view: NotificationShelf
76 shelf: NotificationShelf,
101 shelf: NotificationShelf,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLegacyNotificationShelfControllerImpl.java36 private final NotificationShelf mView;
45 NotificationShelf notificationShelf, in LegacyNotificationShelfControllerImpl()
78 public NotificationShelf getView() { in getView()
H A DNotificationShelfController.kt30 val view: NotificationShelf
H A DNotificationShelf.java68 public class NotificationShelf extends ActivatableNotificationView implements StateListener { class
108 public NotificationShelf(Context context, AttributeSet attrs) { in NotificationShelf() method in NotificationShelf
113 public NotificationShelf(Context context, AttributeSet attrs, boolean showNotificationShelf) { in NotificationShelf() method in NotificationShelf
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
H A DNotificationListViewBinder.kt23 import com.android.systemui.statusbar.NotificationShelf
41 .inflate(R.layout.status_bar_notification_shelf, view, false) as NotificationShelf
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt16 import com.android.systemui.statusbar.NotificationShelf
57 private lateinit var shelf: NotificationShelf
70 /* attachToRoot = */false) as NotificationShelf
383 val shelfState = shelf.viewState as NotificationShelf.ShelfState
410 val shelfState = shelf.viewState as NotificationShelf.ShelfState
437 val shelfState = shelf.viewState as NotificationShelf.ShelfState
477 val shelfState = shelf.viewState as NotificationShelf.ShelfState
H A DNotificationStackScrollLayoutTest.java77 import com.android.systemui.statusbar.NotificationShelf;
131 @Mock private NotificationShelf mNotificationShelf;
174 mDependency.injectTestDependency(NotificationShelf.class, mNotificationShelf); in setUp()
H A DStackScrollAlgorithmTest.kt13 import com.android.systemui.statusbar.NotificationShelf
48 private val notificationShelf = mock<NotificationShelf>()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java33 import com.android.systemui.statusbar.NotificationShelf;
77 private NotificationShelf mShelf;
482 public void setShelf(NotificationShelf shelf) { in setShelf()
487 public NotificationShelf getShelf() { in getShelf()
H A DStackStateAnimator.java29 import com.android.systemui.statusbar.NotificationShelf;
87 private NotificationShelf mShelf;
564 public void setShelf(NotificationShelf shelf) { in setShelf()
H A DStackScrollAlgorithm.java34 import com.android.systemui.statusbar.NotificationShelf;
166 NotificationShelf shelf = ambientState.getShelf(); in updateAlphaState()
285 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
H A DNotificationStackScrollLayoutController.java85 import com.android.systemui.statusbar.NotificationShelf;
1650 public void setShelf(NotificationShelf shelf) {
H A DNotificationStackScrollLayout.java99 import com.android.systemui.statusbar.NotificationShelf;
447 private NotificationShelf mShelf;
4955 public void setShelf(NotificationShelf shelf) { in setShelf()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModel.kt20 import com.android.systemui.statusbar.NotificationShelf
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
H A DNotificationShelfInteractor.kt25 import com.android.systemui.statusbar.NotificationShelf
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewProviderModule.kt45 import com.android.systemui.statusbar.NotificationShelf
141 ) as NotificationShelf
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java40 import com.android.systemui.statusbar.NotificationShelf;