Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
DNotificationShelfViewBinder.kt21 import com.android.systemui.statusbar.NotificationShelf
34 shelf: NotificationShelf, in bind()
58 shelf: NotificationShelf, in registerViewListenersWhileAttached()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt17 import com.android.systemui.statusbar.NotificationShelf
50 private lateinit var shelf: NotificationShelf
63 ) as NotificationShelf in setUp()
355 val shelfState = shelf.viewState as NotificationShelf.ShelfState in updateState_withNullLastVisibleBackgroundChild_hideShelf()
381 val shelfState = shelf.viewState as NotificationShelf.ShelfState in updateState_withNullFirstViewInShelf_hideShelf()
407 val shelfState = shelf.viewState as NotificationShelf.ShelfState in updateState_withCollapsedShade_hideShelf()
446 val shelfState = shelf.viewState as NotificationShelf.ShelfState in updateState_withHiddenSectionBeforeShelf_hideShelf()
DNotificationStackScrollLayoutTest.java83 import com.android.systemui.statusbar.NotificationShelf;
140 @Mock private NotificationShelf mNotificationShelf;
184 mDependency.injectTestDependency(NotificationShelf.class, mNotificationShelf); in setUp()
DStackScrollAlgorithmTest.kt18 import com.android.systemui.statusbar.NotificationShelf in <lambda>()
61 private val notificationShelf = mock<NotificationShelf>() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java33 import com.android.systemui.statusbar.NotificationShelf;
79 private NotificationShelf mShelf;
498 public void setShelf(NotificationShelf shelf) { in setShelf()
503 public NotificationShelf getShelf() { in getShelf()
DStackStateAnimator.java36 import com.android.systemui.statusbar.NotificationShelf;
97 private NotificationShelf mShelf;
816 public void setShelf(NotificationShelf shelf) { in setShelf()
DStackScrollAlgorithm.java34 import com.android.systemui.statusbar.NotificationShelf;
191 NotificationShelf shelf = ambientState.getShelf(); in updateAlphaState()
325 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
DNotificationStackScrollLayoutController.java93 import com.android.systemui.statusbar.NotificationShelf;
1777 public void setShelf(NotificationShelf shelf) {
DNotificationStackScrollLayout.java97 import com.android.systemui.statusbar.NotificationShelf;
441 private NotificationShelf mShelf;
4992 public void setShelf(NotificationShelf shelf) { in setShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt30 import com.android.systemui.statusbar.NotificationShelf in <lambda>()
93 .inflate(R.layout.status_bar_notification_shelf, view, false) as NotificationShelf in <lambda>()
125 private suspend fun bindShelf(shelf: NotificationShelf) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModel.kt20 import com.android.systemui.statusbar.NotificationShelf in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractor.kt25 import com.android.systemui.statusbar.NotificationShelf in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java67 public class NotificationShelf extends ActivatableNotificationView { class
101 public NotificationShelf(Context context, AttributeSet attrs) { in NotificationShelf() method in NotificationShelf
106 public NotificationShelf(Context context, AttributeSet attrs, boolean showNotificationShelf) { in NotificationShelf() method in NotificationShelf
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java44 import com.android.systemui.statusbar.NotificationShelf;