Searched refs:inShelf (Results 1 – 7 of 7) sorted by relevance
95 public boolean inShelf; field in ExpandableViewState184 expandableView.setInShelf(inShelf); in applyToView()240 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()243 expandableView.setInShelf(this.inShelf); in animateTo()
86 viewState.inShelf = false; in resetViewState()
158 && !state.inShelf && newYTranslation < previousNotificationEnd in updateClipping()530 childViewState.inShelf = true;
628 childState.inShelf = parentState.inShelf;
534 public void setInShelf(boolean inShelf) { in setInShelf() argument535 mInShelf = inShelf; in setInShelf()
214 mShelfState.hasItemsInStableShelf = lastViewState.inShelf; in updateState()
755 boolean inShelf = iconAppearAmount == 1.0f; in applyToView()756 icon.setIsInShelf(inShelf); in applyToView()