Home
last modified time | relevance | path

Searched refs:ChildListForAutoFillOrContentCapture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java3668 final ChildListForAutoFillOrContentCapture children = getChildrenForAutofill(flags); in dispatchProvideAutofillStructure()
3686 final ChildListForAutoFillOrContentCapture children = getChildrenForContentCapture(); in dispatchProvideContentCaptureStructure()
3700 private @NonNull ChildListForAutoFillOrContentCapture getChildrenForAutofill( in getChildrenForAutofill()
3702 final ChildListForAutoFillOrContentCapture children = ChildListForAutoFillOrContentCapture in getChildrenForAutofill()
3730 private @NonNull ChildListForAutoFillOrContentCapture getChildrenForContentCapture() { in getChildrenForContentCapture()
3731 final ChildListForAutoFillOrContentCapture children = ChildListForAutoFillOrContentCapture in getChildrenForContentCapture()
8936 private static class ChildListForAutoFillOrContentCapture extends ArrayList<View> { class in ViewGroup
8939 private static final Pools.SimplePool<ChildListForAutoFillOrContentCapture> sPool =
8942 public static ChildListForAutoFillOrContentCapture obtain() { in obtain()
8943 ChildListForAutoFillOrContentCapture list = sPool.acquire(); in obtain()
[all …]
/frameworks/base/config/
Dpreloaded-classes7023 android.view.ViewGroup$ChildListForAutoFillOrContentCapture
Dboot-image-profile.txt23165 HSPLandroid/view/ViewGroup$ChildListForAutoFillOrContentCapture;-><init>()V
23166 …android/view/ViewGroup$ChildListForAutoFillOrContentCapture;->obtain()Landroid/view/ViewGroup$Chil…
23167 HSPLandroid/view/ViewGroup$ChildListForAutoFillOrContentCapture;->recycle()V
23307 …Group;->getChildrenForContentCapture()Landroid/view/ViewGroup$ChildListForAutoFillOrContentCapture;
47342 Landroid/view/ViewGroup$ChildListForAutoFillOrContentCapture;