Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillValue.java44 private final @View.AutofillType int mType;
47 private AutofillValue(@View.AutofillType int type, @NonNull Object value) { in AutofillValue()
/frameworks/base/core/java/android/view/
DViewStructure.java316 public abstract void setAutofillType(@View.AutofillType int type); in setAutofillType()
DView.java1140 public @interface AutofillType {} annotation in View
7497 final @AutofillType int autofillType = getAutofillType();
7755 public @AutofillType int getAutofillType() {
/frameworks/base/core/java/android/widget/
DRadioGroup.java446 public @AutofillType int getAutofillType() { in getAutofillType()
DTimePicker.java544 public @AutofillType int getAutofillType() { in getAutofillType()
DCompoundButton.java597 public @AutofillType int getAutofillType() { in getAutofillType()
DAbsSpinner.java507 public @AutofillType int getAutofillType() { in getAutofillType()
DDatePicker.java789 public @AutofillType int getAutofillType() { in getAutofillType()
DTextView.java10325 public @AutofillType int getAutofillType() { in getAutofillType()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java613 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
976 public @View.AutofillType int getAutofillType() { in getAutofillType()
1738 public void setAutofillType(@View.AutofillType int type) { in setAutofillType()