Home | History | Annotate | Download | only in widget

Lines Matching defs:outViews

7576     public void findViewsWithText(ArrayList<View> outViews, CharSequence searched, int flags) {
7577 super.findViewsWithText(outViews, searched, flags);
7578 if (!outViews.contains(this) && (flags & FIND_VIEWS_WITH_TEXT) != 0
7583 outViews.add(this);