/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RadioGroup.java | 467 public @AutofillType int getAutofillType() { in getAutofillType() method in RadioGroup
|
H A D | AbsSpinner.java | 510 public @AutofillType int getAutofillType() { in getAutofillType() method in AbsSpinner
|
H A D | TimePicker.java | 586 public @AutofillType int getAutofillType() { in getAutofillType() method in TimePicker
|
H A D | CompoundButton.java | 712 public @AutofillType int getAutofillType() { in getAutofillType() method in CompoundButton
|
H A D | DatePicker.java | 834 public @AutofillType int getAutofillType() { in getAutofillType() method in DatePicker
|
H A D | TextView.java | 10861 return getAutofillType() != AUTOFILL_TYPE_NONE; in isAutofillable() 11983 public @AutofillType int getAutofillType() { in getAutofillType() method in TextView.Drawables
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Helper.java | 234 if (!autofillableOnly || node.getAutofillType() != View.AUTOFILL_TYPE_NONE) { in addAutofillableIds()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/ |
H A D | AssistStructureTest.java | 266 assertThat(view.getAutofillType()).isEqualTo(AUTOFILL_TYPE_TEXT); in assertSmallView()
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ViewNode.java | 452 public @View.AutofillType int getAutofillType() { in getAutofillType() method in ViewNode
|
/aosp12/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 1187 public @View.AutofillType int getAutofillType() { in getAutofillType() method in AssistStructure.ViewNode 2473 + ", type=" + node.getAutofillType() in dump()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 8880 final @AutofillType int autofillType = getAutofillType(); 9410 public @AutofillType int getAutofillType() { in getAutofillType() method in View 9991 if (getAutofillType() == AUTOFILL_TYPE_NONE) return false; in isAutofillable()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17619 HSPLandroid/view/View;->getAutofillType()I 19858 HSPLandroid/widget/AbsSpinner;->getAutofillType()I 19924 HSPLandroid/widget/CompoundButton;->getAutofillType()I+]Landroid/widget/CompoundButton;missing_types 20818 HSPLandroid/widget/TextView;->getAutofillType()I+]Landroid/widget/TextView;megamorphic_types
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17668 HSPLandroid/view/View;->getAutofillType()I 19906 HSPLandroid/widget/AbsSpinner;->getAutofillType()I 19972 HSPLandroid/widget/CompoundButton;->getAutofillType()I+]Landroid/widget/CompoundButton;missing_types 20865 HSPLandroid/widget/TextView;->getAutofillType()I+]Landroid/widget/TextView;megamorphic_types
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 7721 method public int getAutofillType(); 48731 method public int getAutofillType();
|