Searched refs:IMPORTANT_FOR_AUTOFILL_AUTO (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRadioGroup.java89 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
H A DAbsSpinner.java77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
H A DDatePicker.java152 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
H A DTimePicker.java118 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
H A DImageView.java181 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
H A DTextView.java829 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java121 View.IMPORTANT_FOR_AUTOFILL_AUTO,
1013 return View.IMPORTANT_FOR_AUTOFILL_AUTO;
1891 * On API 25 and below, it will always return {@link View#IMPORTANT_FOR_AUTOFILL_AUTO}.</p>
1893 * @return {@link View#IMPORTANT_FOR_AUTOFILL_AUTO} by default, or value passed to
1931 * @param mode {@link View#IMPORTANT_FOR_AUTOFILL_AUTO},
1971 * <li>if it returns {@link View#IMPORTANT_FOR_AUTOFILL_AUTO},
1999 * @see View#IMPORTANT_FOR_AUTOFILL_AUTO
/frameworks/base/core/java/android/webkit/
H A DWebView.java646 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
/frameworks/base/core/java/android/view/
H A DView.java1244 IMPORTANT_FOR_AUTOFILL_AUTO,
1259 public static final int IMPORTANT_FOR_AUTOFILL_AUTO = 0x0; field in class:View
3123 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK = (IMPORTANT_FOR_AUTOFILL_AUTO
5218 setImportantForAutofill(a.getInt(attr, IMPORTANT_FOR_AUTOFILL_AUTO));
7848 * @return {@link #IMPORTANT_FOR_AUTOFILL_AUTO} by default, or value passed to
7854 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
7891 * @param mode {@link #IMPORTANT_FOR_AUTOFILL_AUTO}, {@link #IMPORTANT_FOR_AUTOFILL_YES},
7929 * <li>if it returns {@link #IMPORTANT_FOR_AUTOFILL_AUTO}, then it uses some simple heuristics
7954 * @see #IMPORTANT_FOR_AUTOFILL_AUTO

Completed in 2058 milliseconds