Home
last modified time | relevance | path

Searched refs:inShelf (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java90 public boolean inShelf; field in ExpandableViewState
166 expandableView.setInShelf(inShelf); in applyToView()
212 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
215 expandableView.setInShelf(this.inShelf); in animateTo()
DStackScrollAlgorithm.java177 && (!state.inShelf || (isHeadsUp && !firstHeadsUp)) in updateClipping()
619 childViewState.inShelf = true;
DNotificationChildrenContainer.java581 childState.inShelf = parentState.inShelf;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java539 mViewState.inShelf = false; in resetViewState()
579 public void setInShelf(boolean inShelf) { in setInShelf() argument
580 mInShelf = inShelf; in setInShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java773 boolean inShelf = iconAppearAmount == 1.0f; in applyToView()
774 icon.setIsInShelf(inShelf); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java219 viewState.hasItemsInStableShelf = lastViewState.inShelf; in updateState()