Searched refs:mSwipedOutViews (Results 1 – 1 of 1) sorted by relevance
270 private ArrayList<View> mSwipedOutViews = new ArrayList<>(); field in NotificationStackScrollLayout3077 if (!mSwipedOutViews.contains(child)3083 mSwipedOutViews.remove(child);3410 mSwipedOutViews.clear();3662 boolean childWasSwipedOut = mSwipedOutViews.contains(child);3698 mSwipedOutViews.remove(child);6450 mSwipedOutViews.add(view);