Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRadioGroup.java89 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in RadioGroup()
DTimePicker.java118 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in TimePicker()
DAbsSpinner.java77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in AbsSpinner()
DDatePicker.java152 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in DatePicker()
DImageView.java181 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in ImageView()
DTextView.java846 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java1012 public @AutofillImportance int getImportantForAutofill(@NonNull View v) { in getImportantForAutofill() method in ViewCompat.ViewCompatBaseImpl
1562 public @AutofillImportance int getImportantForAutofill(@NonNull View v) { in getImportantForAutofill() method in ViewCompat.ViewCompatApi26Impl
1563 return v.getImportantForAutofill(); in getImportantForAutofill()
1898 public static @AutofillImportance int getImportantForAutofill(@NonNull View v) { in getImportantForAutofill() method in ViewCompat
1899 return IMPL.getImportantForAutofill(v); in getImportantForAutofill()
/frameworks/base/core/java/android/webkit/
DWebView.java646 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in WebView()
/frameworks/base/core/java/android/view/
DView.java7861 public @AutofillImportance int getImportantForAutofill() {
7965 final int parentImportance = ((View) parent).getImportantForAutofill();
7973 final int importance = getImportantForAutofill();
/frameworks/support/compat/api/
Dcurrent.txt1581 method public static int getImportantForAutofill(android.view.View);
/frameworks/base/api/
Dcurrent.txt45517 method public int getImportantForAutofill();
Dtest-current.txt45967 method public int getImportantForAutofill();
Dsystem-current.txt49104 method public int getImportantForAutofill();
/frameworks/base/config/
Dboot-image-profile.txt33083 HSPLandroid/view/View;->getImportantForAutofill()I