Searched refs:mCurrentlyVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
48 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in NotificationLogger111 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);123 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);129 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);130 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);153 if (!mCurrentlyVisibleNotifications.isEmpty()) { in stopNotificationLogging()155 Collections.emptyList(), mCurrentlyVisibleNotifications); in stopNotificationLogging() local156 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications); in stopNotificationLogging()