Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java91 public boolean inShelf; field in ExpandableViewState
171 expandableView.setInShelf(inShelf); in applyToView()
220 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
223 expandableView.setInShelf(this.inShelf); in animateTo()
DStackScrollAlgorithm.java178 && !state.inShelf && newYTranslation < previousNotificationEnd in updateClipping()
621 childViewState.inShelf = true;
DNotificationChildrenContainer.java582 childState.inShelf = parentState.inShelf;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java555 mViewState.inShelf = false; in resetViewState()
595 public void setInShelf(boolean inShelf) { in setInShelf() argument
596 mInShelf = inShelf; in setInShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java764 boolean inShelf = iconAppearAmount == 1.0f; in applyToView()
765 icon.setIsInShelf(inShelf); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java505 viewState.inShelf = true; in applyRowState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java244 viewState.hasItemsInStableShelf = lastViewState.inShelf; in updateState()