Searched refs:autofillOptions (Results 1 – 3 of 3) sorted by relevance
42 viewNode.autofillOptions?.let { autofillOptions -> in <lambda>() method43 if (autofillOptions.size > index) { in <lambda>()44 textValue = autofillOptions[index].toString() in <lambda>()
34 val autofillOptions: Array<CharSequence>? = view.autofillOptions constant46 if (autofillOptions != null) { in getAutofillOptionIndex()47 return autofillOptions.indexOf(value) in getAutofillOptionIndex()
95 CharSequence[] autofillOptions = null; in parseAutofillFields() local105 autofillOptions = viewNode.getAutofillOptions(); in parseAutofillFields()113 autofillOptions, listIndex); in parseAutofillFields()119 @Nullable CharSequence[] autofillOptions, @Nullable Integer listIndex) { in appendViewMetadata() argument135 if (autofillOptions != null && listIndex != null && in appendViewMetadata()136 autofillOptions.length > listIndex) { in appendViewMetadata()140 textValue = autofillOptions[listIndex].toString(); in appendViewMetadata()