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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java721 public static @AutofillImportance int getImportantForAutofill(@NonNull View v) { method in class:ViewCompat
723 return v.getImportantForAutofill();
790 * {@link #getImportantForAutofill(View)}:
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1542 public @AutofillImportance int getImportantForAutofill() { method in class:AssistStructure.ViewNode
2176 + ", importantFor=" + node.getImportantForAutofill());
/frameworks/base/core/java/android/view/
H A DView.java7897 structure.setImportantForAutofill(getImportantForAutofill());
8329 public @AutofillImportance int getImportantForAutofill() { method in class:View
8390 * {@link #getImportantForAutofill()}:
8433 final int parentImportance = ((View) parent).getImportantForAutofill();
8441 final int importance = getImportantForAutofill();
[all...]

Completed in 63 milliseconds