Searched refs:getImportantForAutofill (Results 1 – 14 of 14) sorted by relevance
89 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in RadioGroup()
118 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in TimePicker()
77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in AbsSpinner()
152 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in DatePicker()
181 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in ImageView()
846 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
1012 public @AutofillImportance int getImportantForAutofill(@NonNull View v) { in getImportantForAutofill() method in ViewCompat.ViewCompatBaseImpl1562 public @AutofillImportance int getImportantForAutofill(@NonNull View v) { in getImportantForAutofill() method in ViewCompat.ViewCompatApi26Impl1563 return v.getImportantForAutofill(); in getImportantForAutofill()1898 public static @AutofillImportance int getImportantForAutofill(@NonNull View v) { in getImportantForAutofill() method in ViewCompat1899 return IMPL.getImportantForAutofill(v); in getImportantForAutofill()
646 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) { in WebView()
7861 public @AutofillImportance int getImportantForAutofill() {7965 final int parentImportance = ((View) parent).getImportantForAutofill();7973 final int importance = getImportantForAutofill();
1581 method public static int getImportantForAutofill(android.view.View);
45517 method public int getImportantForAutofill();
45967 method public int getImportantForAutofill();
49104 method public int getImportantForAutofill();
33083 HSPLandroid/view/View;->getImportantForAutofill()I