Searched refs:includeChildInDismissAll (Results 1 – 1 of 1) sorted by relevance
5049 if (isVisible(row) && includeChildInDismissAll(row, selection)) { in shouldHideParent()5079 if (isVisible(child) && includeChildInDismissAll(child, selection)) { in getVisibleViewsToAnimateAway()5100 if (includeChildInDismissAll(parent, selection)) { in getRowsToDismissInBackend()5106 if (includeChildInDismissAll(parent, selection)) { in getRowsToDismissInBackend()5158 private boolean includeChildInDismissAll( in includeChildInDismissAll() method