Searched refs:getAutofillType (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRadioGroup.java446 public @AutofillType int getAutofillType() { method in class:RadioGroup
H A DAbsSpinner.java507 public @AutofillType int getAutofillType() { method in class:AbsSpinner
H A DCompoundButton.java597 public @AutofillType int getAutofillType() { method in class:CompoundButton
H A DDatePicker.java813 public @AutofillType int getAutofillType() { method in class:DatePicker
H A DTimePicker.java569 public @AutofillType int getAutofillType() { method in class:TimePicker
H A DTextView.java9408 return getAutofillType() != AUTOFILL_TYPE_NONE;
10339 public @AutofillType int getAutofillType() { method in class:TextView
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java973 * @return autofill type as defined by {@link View#getAutofillType()},
976 public @View.AutofillType int getAutofillType() { method in class:AssistStructure.ViewNode
1015 * <p>Typically used by nodes whose {@link View#getAutofillType()} is a list to indicate
2035 + ", type=" + node.getAutofillType()
/frameworks/base/core/java/android/view/
H A DView.java1099 * <li>{@link #getAutofillType()} to return {@link #AUTOFILL_TYPE_DATE}.
1187 * @see #getAutofillType()
1198 * @see #getAutofillType()
1209 * @see #getAutofillType()
1224 * @see #getAutofillType()
1238 * @see #getAutofillType()
7480 * {@link #getAutofillId()}, the autofill type set using {@link #getAutofillType()}, etc.),
7535 final @AutofillType int autofillType = getAutofillType();
7710 * {@link #getAutofillType()}).
7801 public @AutofillType int getAutofillType() { method in class:View
[all...]

Completed in 536 milliseconds