Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java74 private ViewGroup mPinnedSuggestionsStart; field in AutofillImeService
115 mPinnedSuggestionsStart = mInputView.findViewById(R.id.pinned_suggestions_start); in onCreateInputView()
292 mPinnedSuggestionsStart.removeAllViews(); in updateInlineSuggestionStrip()
311 if (mPinnedSuggestionsStart.getChildCount() <= 0) { in updateInlineSuggestionStrip()
312 mPinnedSuggestionsStart.addView(suggestionView); in updateInlineSuggestionStrip()