Home
last modified time | relevance | path

Searched refs:ShelfState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt355 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java183 return new ShelfState(); in createExpandableViewState()
205 ShelfState viewState = (ShelfState) getViewState(); in updateState()
1023 public class ShelfState extends ExpandableViewState { class in NotificationShelf