Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1279 private void performDismissAllAnimations(ArrayList<View> hideAnimatedList) { in performDismissAllAnimations() argument
1284 if (hideAnimatedList.isEmpty()) { in performDismissAllAnimations()
1297 int numItems = hideAnimatedList.size(); in performDismissAllAnimations()
1299 View view = hideAnimatedList.get(i); in performDismissAllAnimations()