Searched refs:mCurrentlyVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
66 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in NotificationLogger133 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);145 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);151 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);152 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);247 if (!mCurrentlyVisibleNotifications.isEmpty()) { in stopNotificationLogging()249 Collections.emptyList(), mCurrentlyVisibleNotifications); in stopNotificationLogging() local250 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications); in stopNotificationLogging()