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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java1020 public boolean isImportantForAutofill(@NonNull View v) { method in class:ViewCompat.ViewCompatBaseImpl
1572 public boolean isImportantForAutofill(@NonNull View v) { method in class:ViewCompat.ViewCompatApi26Impl
1573 return v.isImportantForAutofill();
1887 * <p>See {@link #setImportantForAutofill(View, int)} and {@link #isImportantForAutofill(View)}
1924 * {@link #isImportantForAutofill(View)} for more details about how the View's importance for
2006 public static boolean isImportantForAutofill(@NonNull View v) { method in class:ViewCompat
2007 return IMPL.isImportantForAutofill(v);
/frameworks/base/core/java/android/view/
H A DView.java1256 * @see #isImportantForAutofill()
1264 * @see #isImportantForAutofill()
1272 * @see #isImportantForAutofill()
1280 * @see #isImportantForAutofill()
1288 * @see #isImportantForAutofill()
7495 * {@link ViewGroup#isImportantForAutofill()} predecessor view included in the structure.
7555 while (parentGroup != null && !parentGroup.isImportantForAutofill()) {
7675 * next {@link ViewGroup#isImportantForAutofill()} predecessor view included in the
7845 * <p>See {@link #setImportantForAutofill(int)} and {@link #isImportantForAutofill()} for more
7888 * {@link #isImportantForAutofill()} fo
7961 public final boolean isImportantForAutofill() { method in class:View
[all...]

Completed in 55 milliseconds