Searched refs:mCurrentlyVisibleNotifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java622 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in class:StatusBar
706 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);
718 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);
724 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);
725 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);
3998 if (!mCurrentlyVisibleNotifications.isEmpty()) {
4000 mCurrentlyVisibleNotifications);
4001 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);

Completed in 192 milliseconds