Searched refs:includeChildInClearAll (Results 1 – 1 of 1) sorted by relevance
5235 if (isVisible(row) && includeChildInClearAll(row, selection)) { in shouldHideParent()5265 if (isVisible(child) && includeChildInClearAll(child, selection)) { in getVisibleViewsToAnimateAway()5286 if (includeChildInClearAll(parent, selection)) { in getRowsToDismissInBackend()5292 if (includeChildInClearAll(parent, selection)) { in getRowsToDismissInBackend()5348 private boolean includeChildInClearAll( in includeChildInClearAll() method