Home
last modified time | relevance | path

Searched refs:AutofillType (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java50 private final @View.AutofillType int mType;
53 private AutofillValue(@View.AutofillType int type, @NonNull Object value) { in AutofillValue()
/aosp12/frameworks/base/core/java/android/view/
H A DViewStructure.java348 public abstract void setAutofillType(@View.AutofillType int type); in setAutofillType()
H A DView.java1299 public @interface AutofillType {} annotation in View
8880 final @AutofillType int autofillType = getAutofillType();
9410 public @AutofillType int getAutofillType() { in getAutofillType()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java113 private @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
452 public @View.AutofillType int getAutofillType() { in getAutofillType()
927 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()
/aosp12/frameworks/base/core/java/android/widget/
H A DRadioGroup.java467 public @AutofillType int getAutofillType() { in getAutofillType()
H A DAbsSpinner.java510 public @AutofillType int getAutofillType() { in getAutofillType()
H A DTimePicker.java586 public @AutofillType int getAutofillType() { in getAutofillType()
H A DCompoundButton.java712 public @AutofillType int getAutofillType() { in getAutofillType()
H A DDatePicker.java834 public @AutofillType int getAutofillType() { in getAutofillType()
H A DTextView.java11983 public @AutofillType int getAutofillType() { in getAutofillType()
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java634 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
1187 public @View.AutofillType int getAutofillType() { in getAutofillType()
2146 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()