Searched refs:mSwipedOutViews (Results 1 – 1 of 1) sorted by relevance
247 private ArrayList<View> mSwipedOutViews = new ArrayList<>(); field in NotificationStackScrollLayout2896 if (!mSwipedOutViews.contains(child)2902 mSwipedOutViews.remove(child);3219 mSwipedOutViews.clear();3462 boolean childWasSwipedOut = mSwipedOutViews.contains(child);3496 mSwipedOutViews.remove(child);6253 mSwipedOutViews.add(view);