Searched defs:setImportantForAutofill (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java1016 public void setImportantForAutofill(@NonNull View v, @AutofillImportance int mode) { method in class:ViewCompat.ViewCompatBaseImpl
1567 public void setImportantForAutofill(@NonNull View v, @AutofillImportance int mode) { method in class:ViewCompat.ViewCompatApi26Impl
1568 v.setImportantForAutofill(mode);
1887 * <p>See {@link #setImportantForAutofill(View, int)} and {@link #isImportantForAutofill(View)}
1894 * {@link #setImportantForAutofill(View, int)}.
1939 public static void setImportantForAutofill(@NonNull View v, @AutofillImportance int mode) { method in class:ViewCompat
1940 IMPL.setImportantForAutofill(v, mode);
1998 * @see #setImportantForAutofill(View, int)
/frameworks/base/core/java/android/view/
H A DView.java1257 * @see #setImportantForAutofill(int)
1265 * @see #setImportantForAutofill(int)
1273 * @see #setImportantForAutofill(int)
1281 * @see #setImportantForAutofill(int)
1289 * @see #setImportantForAutofill(int)
1302 * (see {@link #setImportantForAutofill(int)}) to a {@link ViewStructure}.
5218 setImportantForAutofill(a.getInt(attr, IMPORTANT_FOR_AUTOFILL_AUTO));
7845 * <p>See {@link #setImportantForAutofill(int)} and {@link #isImportantForAutofill()} for more
7849 * {@link #setImportantForAutofill(int)}.
7897 public void setImportantForAutofill( method in class:View
[all...]

Completed in 64 milliseconds