Searched refs:mPinnedSuggestionsStart (Results 1 – 1 of 1) sorted by relevance
74 private ViewGroup mPinnedSuggestionsStart; field in AutofillImeService115 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()