Searched refs:centerWordView (Results 1 – 1 of 1) sorted by relevance
361 final TextView centerWordView = mWordViews.get(mCenterPositionInStrip); in layoutAndReturnStartIndexOfMoreSuggestions() local364 if (wordCountToShow == 1 || getTextScaleX(centerWordView.getText(), centerWidth, in layoutAndReturnStartIndexOfMoreSuggestions()365 centerWordView.getPaint()) < MIN_TEXT_XSCALE) { in layoutAndReturnStartIndexOfMoreSuggestions()371 stripView.addView(centerWordView); in layoutAndReturnStartIndexOfMoreSuggestions()372 setLayoutWeight(centerWordView, 1.0f, ViewGroup.LayoutParams.MATCH_PARENT); in layoutAndReturnStartIndexOfMoreSuggestions()376 final Integer lastIndex = (Integer)centerWordView.getTag(); in layoutAndReturnStartIndexOfMoreSuggestions()