Searched refs:ShelfState (Results 1 – 2 of 2) sorted by relevance
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()
183 return new ShelfState(); in createExpandableViewState()205 ShelfState viewState = (ShelfState) getViewState(); in updateState()1023 public class ShelfState extends ExpandableViewState { class in NotificationShelf