Home
last modified time | relevance | path

Searched defs:findViewByPredicate (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DPermissionActivity.java673 private static @Nullable View findViewByPredicate(@NonNull View root, in findViewByPredicate() method in PermissionActivity
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java851 public static <T extends View> T findViewByPredicate(@NonNull View root, in findViewByPredicate() method in Utilities