Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java75 private ViewGroup mPinnedSuggestionsEnd; field in AutofillImeService
116 mPinnedSuggestionsEnd = mInputView.findViewById(R.id.pinned_suggestions_end); in onCreateInputView()
294 mPinnedSuggestionsEnd.removeAllViews(); in updateInlineSuggestionStrip()
314 mPinnedSuggestionsEnd.addView(suggestionView); in updateInlineSuggestionStrip()