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

/frameworks/base/core/java/android/widget/
H A DTextView.java10571 boolean forAutofill) {
10574 if (forAutofill) {
10588 if (!isPassword || forAutofill) {
10597 if (forAutofill) {
10661 if (forAutofill) {
10677 if (!forAutofill) {
10570 onProvideAutoStructureForAssistOrAutofill(ViewStructure structure, boolean forAutofill) argument
/frameworks/base/core/java/android/view/
H A DView.java7871 boolean forAutofill, @AutofillFlags int flags) {
7888 if (forAutofill) {
7902 if (forAutofill && (flags & AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) == 0) {
7925 if (!forAutofill) {
7986 * @param forAutofill Whether the structure is needed for autofill.
7988 private void onProvideVirtualStructureCompat(ViewStructure structure, boolean forAutofill) { argument
7991 if (android.view.autofill.Helper.sVerbose && forAutofill) {
7998 populateVirtualStructure(root, provider, info, forAutofill);
8498 boolean forAutofill) {
8533 if (forAutofill) {
7870 onProvideStructureForAssistOrAutofill(ViewStructure structure, boolean forAutofill, @AutofillFlags int flags) argument
8496 populateVirtualStructure(ViewStructure structure, AccessibilityNodeProvider provider, AccessibilityNodeInfo info, boolean forAutofill) argument
8637 dispatchProvideStructureForAssistOrAutofill(ViewStructure structure, boolean forAutofill, @AutofillFlags int flags) argument
[all...]

Completed in 184 milliseconds