Searched refs:isInShelf (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DExpandableViewState.java228 if (!expandableView.isInShelf() && this.inShelf) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java491 public boolean isInShelf() { method in class:ExpandableView
H A DNotificationShelf.java321 if (viewEnd >= shelfStart && (!mAmbientState.isUnlockHintRunning() || row.isInShelf())
406 boolean stayingInShelf = row.isInShelf() && !row.isTransformingIntoShelf();
453 if (row.isAboveShelf() || (!row.isInShelf() && (isLastChild && row.areGutsExposed()

Completed in 55 milliseconds