Home
last modified time | relevance | path

Searched refs:mScrollableSuggestions (Results 1 – 1 of 1) sorted by relevance

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java77 private ViewGroup mScrollableSuggestions; field in AutofillImeService
118 mScrollableSuggestions = mInputView.findViewById(R.id.scrollable_suggestions); in onCreateInputView()
293 mScrollableSuggestions.removeAllViews(); in updateInlineSuggestionStrip()
317 mScrollableSuggestions.addView(suggestionView); in updateInlineSuggestionStrip()