Searched refs:isAboveShelf (Results 1 – 9 of 9) sorted by relevance
50 if (((ExpandableNotificationRow) child).isAboveShelf()) { in onAboveShelfStateChanged()
181 sut.trackedHeadsUpRow = mock { whenever(isAboveShelf).thenReturn(true) } in <lambda>()188 sut.trackedHeadsUpRow = mock { whenever(isAboveShelf).thenReturn(false) } in <lambda>()
178 whenever(notificationRow.isAboveShelf).thenReturn(true) in <lambda>()196 whenever(notificationRow.isAboveShelf).thenReturn(true) in <lambda>()289 whenever(notificationRow.isAboveShelf).thenReturn(true) in <lambda>()
776 boolean wasAboveShelf = isAboveShelf();790 } else if (isAboveShelf() != wasAboveShelf) {1102 boolean wasAboveShelf = isAboveShelf();1114 if (isAboveShelf() != wasAboveShelf) {1578 boolean wasAboveShelf = isAboveShelf();1585 if (isAboveShelf() != wasAboveShelf) {2519 setAboveShelf(isAboveShelf());2698 boolean wasAboveShelf = isAboveShelf();2708 if (isAboveShelf() != wasAboveShelf) {3585 public boolean isAboveShelf() {[all …]
844 public boolean isAboveShelf() { in isAboveShelf() method in ExpandableView
703 if (mTrackedHeadsUpRow == null || !mTrackedHeadsUpRow.isAboveShelf()) { in getTrackedHeadsUpRow()
876 if (isTopEntry && row.isAboveShelf()) { in updateHeadsUpStates()1050 && (child.isAboveShelf() || child.showingPulsing())) { in updateZValuesForState()
2671 if (trackedHeadsUpRow.isAboveShelf()) { in getLayoutMinHeight()
546 && !anv.isAboveShelf()869 || row.isAboveShelf() in setIconTransformationAmount()