Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java117 final TextView wordView = wordViews.get(0); in SuggestionStripLayoutHelper() local
119 mPadding = wordView.getCompoundPaddingLeft() + wordView.getCompoundPaddingRight(); in SuggestionStripLayoutHelper()
124 final Resources res = wordView.getResources(); in SuggestionStripLayoutHelper()
401 final TextView wordView = layoutWord(positionInStrip, width); in layoutAndReturnStartIndexOfMoreSuggestions() local
402 stripView.addView(wordView); in layoutAndReturnStartIndexOfMoreSuggestions()
403 setLayoutWeight(wordView, getSuggestionWeight(positionInStrip), in layoutAndReturnStartIndexOfMoreSuggestions()
405 x += wordView.getMeasuredWidth(); in layoutAndReturnStartIndexOfMoreSuggestions()
431 final TextView wordView = mWordViews.get(positionInStrip); in layoutWord() local
432 final CharSequence word = wordView.getText(); in layoutWord()
435 wordView.setCompoundDrawablesWithIntrinsicBounds( in layoutWord()
[all …]