Home
last modified time | relevance | path

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

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