Searched refs:firstViewInShelf (Results 1 – 2 of 2) sorted by relevance
181 viewState.firstViewInShelf = algorithmState.firstViewInShelf; in updateState()187 || algorithmState.firstViewInShelf == null; in updateState()190 algorithmState.firstViewInShelf); in updateState()193 && algorithmState.firstViewInShelf != null in updateState()830 public void setIndexOfFirstViewInShelf(ExpandableView firstViewInShelf) { in setIndexOfFirstViewInShelf() argument831 mIndexOfFirstViewInShelf = mHostLayoutController.indexOfChild(firstViewInShelf); in setIndexOfFirstViewInShelf()836 private ExpandableView firstViewInShelf; field in NotificationShelf.ShelfState845 setIndexOfFirstViewInShelf(firstViewInShelf); in applyToView()858 setIndexOfFirstViewInShelf(firstViewInShelf); in animateTo()
294 state.firstViewInShelf = null; in initAlgorithmState()310 && state.firstViewInShelf == null) { in initAlgorithmState()311 state.firstViewInShelf = view; in initAlgorithmState()370 && algorithmState.firstViewInShelf != null; in getExpansionFractionWithoutShelf()457 final boolean isShelfShowing = algorithmState.firstViewInShelf != null; in updateChild()478 viewState.inShelf = algorithmState.firstViewInShelf != null in updateChild()480 algorithmState.firstViewInShelf); in updateChild()782 public ExpandableView firstViewInShelf; field in StackScrollAlgorithmState