Home | History | Annotate | Download | only in view

Lines Matching refs:searched

2835      * a View is a root of virtual view hierarchy and may contain the searched
7432 * @param searched The text to match against.
7438 public void findViewsWithText(ArrayList<View> outViews, CharSequence searched,
7445 && (searched != null && searched.length() > 0)
7447 String searchedLowerCase = searched.toString().toLowerCase();
11288 * When a view has focus and the user navigates away from it, the next view is searched for
17077 * @param accessibilityId The searched accessibility id.