Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java236 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() argument
1000 mIndexOfFirstViewInShelf = getIndexOfViewInHostLayout(firstViewInShelf); in setIndexOfFirstViewInShelf()
1025 private ExpandableView firstViewInShelf; field in NotificationShelf.ShelfState
1033 setIndexOfFirstViewInShelf(firstViewInShelf); in applyToView()
1045 setIndexOfFirstViewInShelf(firstViewInShelf); in animateTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java478 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 != null
693 algorithmState.firstViewInShelf);
1155 public ExpandableView firstViewInShelf; field in StackScrollAlgorithm.StackScrollAlgorithmState
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt347 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()
DStackScrollAlgorithmTest.kt1197 algorithmState.firstViewInShelf = null in <lambda>()