Searched refs:findViewByPredicate (Results 1 – 12 of 12) sorted by relevance
150 final View v = current.findViewByPredicate(predicate); in findViewByPredicateTraversal()161 final View v = child.findViewByPredicate(predicate); in findViewByPredicateTraversal()
3972 v = v.findViewByPredicate(predicate);
218 mNavigationBarFrame = decorView.findViewByPredicate( in installNavigationBarFrameIfNecessary()234 final NavigationBarView navigationBarView = mNavigationBarFrame.findViewByPredicate( in installNavigationBarFrameIfNecessary()511 final NavigationBarView navigationBarView = mNavigationBarFrame.findViewByPredicate( in onNavButtonFlagsChanged()558 mNavigationBarFrame.findViewByPredicate(NavigationBarView.class::isInstance); in setIconTintInternal()
99 return (T) mTopPanel.findViewByPredicate(predicate); in findViewByPredicateTraversal()
327 getRootView().findViewByPredicate(view -> view instanceof NavigationBarFrame); in reorient()
98 dialogContentWithBackground.findViewByPredicate { it === dialog.contentView } in testShowDialogFromView()
574 View viewWithBackground = decorView.findViewByPredicate( in getHorizontalInsets()
561 rootView.findViewByPredicate(predicate); in applyTextViewStyle()
502 root.findViewByPredicate(mAddNodeInfosForViewId); in findAccessibilityNodeInfosByViewIdUiThread()
4821 v = v.findViewByPredicate(predicate); in findViewByPredicateTraversal()
27628 public final <T extends View> T findViewByPredicate(Predicate<View> predicate) { in findViewByPredicate() method
62796 Landroid/view/View;->findViewByPredicate(Ljava/util/function/Predicate;)Landroid/view/View;