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.java93 public boolean inShelf; field in ExpandableViewState
176 expandableView.setInShelf(inShelf); in applyToView()
228 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
231 expandableView.setInShelf(this.inShelf); in animateTo()
DStackScrollAlgorithm.java691 viewState.inShelf = algorithmState.firstViewInShelf != null
738 viewState.inShelf = true; in updateViewWithShelf()
DNotificationChildrenContainer.java820 childState.inShelf = parentState.inShelf;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java673 mViewState.inShelf = false; in resetViewState()
717 public void setInShelf(boolean inShelf) { in setInShelf() argument
718 mInShelf = inShelf; in setInShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java808 public void setInNotificationIconShelf(boolean inShelf) { in setInNotificationIconShelf() argument
810 mOverrideIconColor = inShelf; in setInNotificationIconShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java235 viewState.hasItemsInStableShelf = lastViewState.inShelf; in updateState()