Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java181 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() argument
831 mIndexOfFirstViewInShelf = mHostLayoutController.indexOfChild(firstViewInShelf); in setIndexOfFirstViewInShelf()
836 private ExpandableView firstViewInShelf; field in NotificationShelf.ShelfState
845 setIndexOfFirstViewInShelf(firstViewInShelf); in applyToView()
858 setIndexOfFirstViewInShelf(firstViewInShelf); in animateTo()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java294 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