Searched refs:ChildListForAutoFillOrContentCapture (Results 1 – 2 of 2) sorted by relevance
3609 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 ViewGroup8684 private static final Pools.SimplePool<ChildListForAutoFillOrContentCapture> sPool =8687 public static ChildListForAutoFillOrContentCapture obtain() { in obtain()8688 ChildListForAutoFillOrContentCapture list = sPool.acquire(); in obtain()[all …]
17310 HSPLandroid/view/ViewGroup$ChildListForAutoFillOrContentCapture;->recycle()V