Searched refs:mCurrentlyVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
605 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in StatusBar679 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() local3800 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications); in stopNotificationLogging()