Searched refs:findViewByPredicate (Results 1 – 10 of 10) sorted by relevance
150 final View v = current.findViewByPredicate(predicate); in findViewByPredicateTraversal()161 final View v = child.findViewByPredicate(predicate); in findViewByPredicateTraversal()
3974 v = v.findViewByPredicate(predicate);
99 return (T) mTopPanel.findViewByPredicate(predicate); in findViewByPredicateTraversal()
91 dialogContentWithBackground.findViewByPredicate { it === dialog.contentView })
221 titleView = (TextView) findViewByPredicate(actionDialog.getWindow().getDecorView(), in onCreate()542 private static @Nullable View findViewByPredicate(@NonNull View root, in findViewByPredicate() method in PermissionActivity550 final View res = findViewByPredicate(group.getChildAt(i), predicate); in findViewByPredicate()
533 rootView.findViewByPredicate(predicate); in applyTextViewStyle()
466 root.findViewByPredicate(mAddNodeInfosForViewId); in findAccessibilityNodeInfosByViewIdUiThread()
4812 v = v.findViewByPredicate(predicate); in findViewByPredicateTraversal()
25390 public final <T extends View> T findViewByPredicate(Predicate<View> predicate) { in findViewByPredicate() method in View
66762 Landroid/view/View;->findViewByPredicate(Ljava/util/function/Predicate;)Landroid/view/View;