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/
DPhoneStatusBar.java948 final ArrayList<View> viewsToHide = new ArrayList<View>(numChildren); in clearAllNotifications() local
953 viewsToHide.add(child); in clearAllNotifications()
957 if (viewsToHide.isEmpty()) { in clearAllNotifications()
971 performDismissAllAnimations(viewsToHide); in clearAllNotifications()