Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java370 final TextView centerWordView = mWordViews.get(mCenterPositionInStrip); in layoutAndReturnStartIndexOfMoreSuggestions() local
373 if (suggestedWords.size() == 1 || getTextScaleX(centerWordView.getText(), centerWidth, in layoutAndReturnStartIndexOfMoreSuggestions()
374 centerWordView.getPaint()) < MIN_TEXT_XSCALE) { in layoutAndReturnStartIndexOfMoreSuggestions()
380 stripView.addView(centerWordView); in layoutAndReturnStartIndexOfMoreSuggestions()
381 setLayoutWeight(centerWordView, 1.0f, ViewGroup.LayoutParams.MATCH_PARENT); in layoutAndReturnStartIndexOfMoreSuggestions()
385 final Integer lastIndex = (Integer)centerWordView.getTag(); in layoutAndReturnStartIndexOfMoreSuggestions()