Searched refs:mSwipedOutViews (Results 1 – 1 of 1) sorted by relevance
247 private ArrayList<View> mSwipedOutViews = new ArrayList<>(); field in NotificationStackScrollLayout2898 if (!mSwipedOutViews.contains(child)2904 mSwipedOutViews.remove(child);3221 mSwipedOutViews.clear();3464 boolean childWasSwipedOut = mSwipedOutViews.contains(child);3498 mSwipedOutViews.remove(child);6256 mSwipedOutViews.add(view);