Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java20 import static android.view.View.IMPORTANT_FOR_AUTOFILL_AUTO;
143 assertThat(rootView.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in assertStructureWithManySmallViews()
196 assertThat(rootView.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in assertStructureWithOneBigView()
/frameworks/base/core/java/android/widget/
DRadioGroup.java93 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in RadioGroup()
DAbsSpinner.java77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in AbsSpinner()
DTimePicker.java124 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in TimePicker()
DDatePicker.java158 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in DatePicker()
DImageView.java200 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in ImageView()
DTextView.java979 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
/frameworks/base/core/java/android/webkit/
DWebView.java413 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in WebView()
/frameworks/base/core/java/android/view/
DView.java1330 IMPORTANT_FOR_AUTOFILL_AUTO,
1345 public static final int IMPORTANT_FOR_AUTOFILL_AUTO = 0x0; field in View
3361 static final int PFLAG3_IMPORTANT_FOR_AUTOFILL_MASK = (IMPORTANT_FOR_AUTOFILL_AUTO
5844 setImportantForAutofill(a.getInt(attr, IMPORTANT_FOR_AUTOFILL_AUTO));
9083 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
9091 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_AUTO, name = "auto"),
9232 if (importance != IMPORTANT_FOR_AUTOFILL_AUTO) {
/frameworks/base/non-updatable-api/
Dcurrent.txt52099 field public static final int IMPORTANT_FOR_AUTOFILL_AUTO = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt52243 field public static final int IMPORTANT_FOR_AUTOFILL_AUTO = 0; // 0x0