Searched refs:mCurrentlyVisible (Results 1 – 2 of 2) sorted by relevance
38 private final ArraySet<NotificationVisibility> mCurrentlyVisible = new ArraySet<>(); field in CarNotificationVisibilityLogger65 ArraySet<NotificationVisibility> previouslyVisible = new ArraySet<>(mCurrentlyVisible); in notifyVisibilityChanged()70 mCurrentlyVisible.clear(); in notifyVisibilityChanged()76 mCurrentlyVisible.addAll( in notifyVisibilityChanged()80 newlyVisible.addAll(mCurrentlyVisible); in notifyVisibilityChanged()84 noLongerVisible.removeAll(mCurrentlyVisible); in notifyVisibilityChanged()
45 private final ArraySet<NotificationVisibility> mCurrentlyVisible = new ArraySet<>(); field in NotificationVisibilityLogger72 if (!mCurrentlyVisible.contains(visObj)) {77 mPreviouslyVisible.addAll(mCurrentlyVisible);81 recycleAllVisibilityObjects(mCurrentlyVisible);82 mCurrentlyVisible.addAll(mTmpCurrentlyVisible);108 recycleAllVisibilityObjects(mCurrentlyVisible); in stop()