Searched refs:isInShelf (Results 1 – 4 of 4) sorted by relevance
168 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()
830 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()
228 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
724 public boolean isInShelf() { in isInShelf() method in ExpandableView