Home
last modified time | relevance | path

Searched refs:setImportantForAutofill (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
DRadioGroup.java90 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in RadioGroup()
DTimePicker.java119 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in TimePicker()
DAbsSpinner.java78 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in AbsSpinner()
DDatePicker.java153 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in DatePicker()
DImageView.java182 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_NO); in ImageView()
DTextView.java847 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES);
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java1016 public void setImportantForAutofill(@NonNull View v, @AutofillImportance int mode) { in setImportantForAutofill() method in ViewCompat.ViewCompatBaseImpl
1567 public void setImportantForAutofill(@NonNull View v, @AutofillImportance int mode) { in setImportantForAutofill() method in ViewCompat.ViewCompatApi26Impl
1568 v.setImportantForAutofill(mode); in setImportantForAutofill()
1939 public static void setImportantForAutofill(@NonNull View v, @AutofillImportance int mode) { in setImportantForAutofill() method in ViewCompat
1940 IMPL.setImportantForAutofill(v, mode); in setImportantForAutofill()
/frameworks/base/core/java/android/webkit/
DWebView.java647 setImportantForAutofill(IMPORTANT_FOR_AUTOFILL_YES); in WebView()
/frameworks/base/core/java/android/view/
DView.java5218 setImportantForAutofill(a.getInt(attr, IMPORTANT_FOR_AUTOFILL_AUTO));
7897 public void setImportantForAutofill(@AutofillImportance int mode) {
/frameworks/support/compat/api/
Dcurrent.txt1661 method public static void setImportantForAutofill(android.view.View, int);
/frameworks/base/api/
Dcurrent.txt45828 method public void setImportantForAutofill(int);
Dtest-current.txt46284 method public void setImportantForAutofill(int);
Dsystem-current.txt49415 method public void setImportantForAutofill(int);
/frameworks/base/config/
Dboot-image-profile.txt33408 HSPLandroid/view/View;->setImportantForAutofill(I)V