Searched refs:wordView (Results 1 – 1 of 1) sorted by relevance
114 final TextView wordView = wordViews.get(0); in SuggestionStripLayoutHelper() local116 mPadding = wordView.getCompoundPaddingLeft() + wordView.getCompoundPaddingRight(); in SuggestionStripLayoutHelper()121 final Resources res = wordView.getResources(); in SuggestionStripLayoutHelper()393 final TextView wordView = layoutWord(context, positionInStrip, width); in layoutAndReturnStartIndexOfMoreSuggestions() local394 stripView.addView(wordView); in layoutAndReturnStartIndexOfMoreSuggestions()395 setLayoutWeight(wordView, getSuggestionWeight(positionInStrip), in layoutAndReturnStartIndexOfMoreSuggestions()397 x += wordView.getMeasuredWidth(); in layoutAndReturnStartIndexOfMoreSuggestions()423 final TextView wordView = mWordViews.get(positionInStrip); in layoutWord() local424 final CharSequence word = wordView.getText(); in layoutWord()427 wordView.setCompoundDrawablesWithIntrinsicBounds( in layoutWord()[all …]