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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java1012 public @AutofillImportance int getImportantForAutofill(@NonNull View v) { method in class:ViewCompat.ViewCompatBaseImpl
1562 public @AutofillImportance int getImportantForAutofill(@NonNull View v) { method in class:ViewCompat.ViewCompatApi26Impl
1563 return v.getImportantForAutofill();
1898 public static @AutofillImportance int getImportantForAutofill(@NonNull View v) { method in class:ViewCompat
1899 return IMPL.getImportantForAutofill(v);
1962 * {@link #getImportantForAutofill(View)}:
/frameworks/base/core/java/android/view/
H A DView.java7861 public @AutofillImportance int getImportantForAutofill() { method in class:View
7922 * {@link #getImportantForAutofill()}:
7965 final int parentImportance = ((View) parent).getImportantForAutofill();
7973 final int importance = getImportantForAutofill();

Completed in 107 milliseconds