Searched refs:isInShelf (Results 1 – 5 of 5) sorted by relevance
313 if ((isLastChild && !child.isInShelf()) || aboveShelf || backgroundForceHidden) { in updateAppearance()604 if (viewEnd >= shelfStart && (!mAmbientState.isUnlockHintRunning() || row.isInShelf())669 if (mAmbientState.isDarkAtAll() && !row.isInShelf()) {702 boolean stayingInShelf = row.isInShelf() && !row.isTransformingIntoShelf();741 boolean isAppearing = row.isDrawingAppearAnimation() && !row.isInShelf();755 if ((row.isAboveShelf() || (!row.isInShelf() && (isLastChild && row.areGutsExposed()
892 public void setIsInShelf(boolean isInShelf) { in setIsInShelf() argument893 mIsInShelf = isInShelf; in setIsInShelf()896 public boolean isInShelf() { in isInShelf() method in StatusBarIconView
220 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
1763 if (lastRow != null && !lastRow.isInShelf()) {2704 if (mScrollAnchorView != null && lastRow != null && !lastRow.isInShelf()) {
599 public boolean isInShelf() { in isInShelf() method in ExpandableView