Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5235 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