Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java116 mPadding = wordView.getCompoundPaddingLeft() + wordView.getCompoundPaddingRight(); in SuggestionStripLayoutHelper()
394 stripView.addView(wordView); in layoutAndReturnStartIndexOfMoreSuggestions()
397 x += wordView.getMeasuredWidth(); in layoutAndReturnStartIndexOfMoreSuggestions()
436 wordView.setContentDescription( in layoutWord()
444 wordView.setTextScaleX(scaleX); in layoutWord()
451 return wordView; in layoutWord()
490 wordView.setText(null); in setupWordViewsAndReturnStartIndexOfMoreSuggestions()
491 wordView.setTag(null); in setupWordViewsAndReturnStartIndexOfMoreSuggestions()
535 wordView.setText(punctuation); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()
537 wordView.setTextScaleX(1.0f); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()
[all …]