Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1220 final ArrayList<View> viewsToHide = new ArrayList<>(numChildren); in clearAllNotifications() local
1232 viewsToHide.add(child); in clearAllNotifications()
1248 viewsToHide.add(childRow); in clearAllNotifications()
1275 performDismissAllAnimations(viewsToHide); in clearAllNotifications()