Searched refs:mSwipedOutViews (Results 1 – 1 of 1) sorted by relevance
202 private ArrayList<View> mSwipedOutViews = new ArrayList<>(); field in NotificationStackScrollLayout1129 mSwipedOutViews.add(view);2789 if (!mSwipedOutViews.contains(child)2795 mSwipedOutViews.remove(child);3057 mSwipedOutViews.clear();3282 boolean childWasSwipedOut = mSwipedOutViews.contains(child);3316 mSwipedOutViews.remove(child);