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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java524 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in class:PhoneStatusBar
601 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);
613 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);
619 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);
620 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);
3535 if (!mCurrentlyVisibleNotifications.isEmpty()) {
3537 mCurrentlyVisibleNotifications);
3538 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);

Completed in 36 milliseconds