Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java3609 final ChildListForAutoFillOrContentCapture children = getChildrenForAutofill(flags); in dispatchProvideAutofillStructure()
3627 final ChildListForAutoFillOrContentCapture children = getChildrenForContentCapture(); in dispatchProvideContentCaptureStructure()
3641 private @NonNull ChildListForAutoFillOrContentCapture getChildrenForAutofill( in getChildrenForAutofill()
3643 final ChildListForAutoFillOrContentCapture children = ChildListForAutoFillOrContentCapture in getChildrenForAutofill()
3671 private @NonNull ChildListForAutoFillOrContentCapture getChildrenForContentCapture() { in getChildrenForContentCapture()
3672 final ChildListForAutoFillOrContentCapture children = ChildListForAutoFillOrContentCapture in getChildrenForContentCapture()
8681 private static class ChildListForAutoFillOrContentCapture extends ArrayList<View> { class in ViewGroup
8684 private static final Pools.SimplePool<ChildListForAutoFillOrContentCapture> sPool =
8687 public static ChildListForAutoFillOrContentCapture obtain() { in obtain()
8688 ChildListForAutoFillOrContentCapture list = sPool.acquire(); in obtain()
[all …]
/frameworks/base/config/
Dboot-image-profile.txt17310 HSPLandroid/view/ViewGroup$ChildListForAutoFillOrContentCapture;->recycle()V