Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewAutofillTest.java61 assertEquals(View.IMPORTANT_FOR_AUTOFILL_YES, in testXmlValues()
/frameworks/base/core/java/android/widget/
DRadioGroup.java90 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in RadioGroup()
DAbsSpinner.java78 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in AbsSpinner()
DTimePicker.java122 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in TimePicker()
DDatePicker.java156 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in DatePicker()
DTextView.java879 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
/frameworks/base/core/java/android/webkit/
DWebView.java663 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in WebView()
/frameworks/support/compat/src/main/java/androidx/core/view/
DViewCompat.java126 View.IMPORTANT_FOR_AUTOFILL_YES,
/frameworks/base/core/java/android/view/
DView.java1267 IMPORTANT_FOR_AUTOFILL_YES,
1289 public static final int IMPORTANT_FOR_AUTOFILL_YES = 0x1; field in View
3193 | IMPORTANT_FOR_AUTOFILL_YES | IMPORTANT_FOR_AUTOFILL_NO
8323 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
8445 || importance == IMPORTANT_FOR_AUTOFILL_YES) {
/frameworks/base/api/
Dcurrent.txt47983 field public static final int IMPORTANT_FOR_AUTOFILL_YES = 1; // 0x1
/frameworks/base/config/
Dhiddenapi-public-dex.txt50744 Landroid/view/View;->IMPORTANT_FOR_AUTOFILL_YES:I