Searched refs:ChildListForAutoFill (Results 1 – 3 of 3) sorted by relevance
3500 final ChildListForAutoFill children = getChildrenForAutofill(flags); in dispatchProvideAutofillStructure()3516 private @NonNull ChildListForAutoFill getChildrenForAutofill(@AutofillFlags int flags) { in getChildrenForAutofill()3517 final ChildListForAutoFill children = ChildListForAutoFill.obtain(); in getChildrenForAutofill()8250 static class ChildListForAutoFill extends ArrayList<View> { class in ViewGroup8253 private static final Pools.SimplePool<ChildListForAutoFill> sPool =8256 public static ChildListForAutoFill obtain() { in obtain()8257 ChildListForAutoFill list = sPool.acquire(); in obtain()8259 list = new ChildListForAutoFill(); in obtain()
4590 android.view.ViewGroup$ChildListForAutoFill
33541 HSPLandroid/view/ViewGroup$ChildListForAutoFill;-><init>()V33542 HSPLandroid/view/ViewGroup$ChildListForAutoFill;->obtain()Landroid/view/ViewGroup$ChildListForAutoF…33543 HSPLandroid/view/ViewGroup$ChildListForAutoFill;->recycle()V33672 HSPLandroid/view/ViewGroup;->getChildrenForAutofill(I)Landroid/view/ViewGroup$ChildListForAutoFill;