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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java605 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in class:StatusBar
679 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);
691 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);
697 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);
698 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);
3797 if (!mCurrentlyVisibleNotifications.isEmpty()) {
3799 mCurrentlyVisibleNotifications);
3800 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);

Completed in 20 milliseconds