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/stack/
DExpandableViewState.java95 public boolean inShelf; field in ExpandableViewState
184 expandableView.setInShelf(inShelf); in applyToView()
240 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
243 expandableView.setInShelf(this.inShelf); in animateTo()
DStackScrollState.java86 viewState.inShelf = false; in resetViewState()
DStackScrollAlgorithm.java158 && !state.inShelf && newYTranslation < previousNotificationEnd in updateClipping()
530 childViewState.inShelf = true;
DNotificationChildrenContainer.java628 childState.inShelf = parentState.inShelf;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java534 public void setInShelf(boolean inShelf) { in setInShelf() argument
535 mInShelf = inShelf; in setInShelf()
DNotificationShelf.java214 mShelfState.hasItemsInStableShelf = lastViewState.inShelf; in updateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java755 boolean inShelf = iconAppearAmount == 1.0f; in applyToView()
756 icon.setIsInShelf(inShelf); in applyToView()