Home
last modified time | relevance | path

Searched refs:isInShelf (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt168 whenever(expandableView.isInShelf).thenReturn(true) in getAmountInShelf_lastViewBelowShelf_completelyInShelf()
198 whenever(expandableView.isInShelf).thenReturn(true) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf()
228 whenever(expandableView.isInShelf).thenReturn(false) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf()
258 whenever(expandableView.isInShelf).thenReturn(false) in getAmountInShelf_lastViewAboveShelf_notInShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java830 if (mAmbientState.isHiddenAtAll() && !view.isInShelf()) { in updateIconPositioning()
863 boolean isAppearing = row.isDrawingAppearAnimation() && !row.isInShelf(); in setIconTransformationAmount()
879 final boolean stayingInShelf = row.isInShelf() && !row.isTransformingIntoShelf(); in setIconTransformationAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java228 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java724 public boolean isInShelf() { in isInShelf() method in ExpandableView