Searched refs:firstViewInShelf (Results 1 – 4 of 4) sorted by relevance
236 viewState.firstViewInShelf = algorithmState.firstViewInShelf; in updateState()242 || algorithmState.firstViewInShelf == null; in updateState()245 algorithmState.firstViewInShelf); in updateState()248 && algorithmState.firstViewInShelf != null in updateState()999 public void setIndexOfFirstViewInShelf(ExpandableView firstViewInShelf) { in setIndexOfFirstViewInShelf() argument1000 mIndexOfFirstViewInShelf = getIndexOfViewInHostLayout(firstViewInShelf); in setIndexOfFirstViewInShelf()1025 private ExpandableView firstViewInShelf; field in NotificationShelf.ShelfState1033 setIndexOfFirstViewInShelf(firstViewInShelf); in applyToView()1045 setIndexOfFirstViewInShelf(firstViewInShelf); in animateTo()
478 state.firstViewInShelf = null; in initAlgorithmState()496 && state.firstViewInShelf == null) { in initAlgorithmState()497 state.firstViewInShelf = view; in initAlgorithmState()563 && algorithmState.firstViewInShelf != null; in getExpansionFractionWithoutShelf()669 final boolean isShelfShowing = algorithmState.firstViewInShelf != null;691 viewState.inShelf = algorithmState.firstViewInShelf != null693 algorithmState.firstViewInShelf);1155 public ExpandableView firstViewInShelf; field in StackScrollAlgorithm.StackScrollAlgorithmState
347 stackScrollAlgorithmState.firstViewInShelf = mock() in updateState_withNullLastVisibleBackgroundChild_hideShelf()375 stackScrollAlgorithmState.firstViewInShelf = null in updateState_withNullFirstViewInShelf_hideShelf()399 stackScrollAlgorithmState.firstViewInShelf = mock() in updateState_withCollapsedShade_hideShelf()440 stackScrollAlgorithmState.firstViewInShelf = ssaVisibleChild1 in updateState_withHiddenSectionBeforeShelf_hideShelf()
1197 algorithmState.firstViewInShelf = null in <lambda>()