Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java560 final int wordWidth = (int)(width * mCenterSuggestionWeight); in layoutAddToDictionaryHint() local
561 final CharSequence wordToSave = getEllipsizedText(word, wordWidth, wordView.getPaint()); in layoutAddToDictionaryHint()
589 hintWidth = width - wordWidth; in layoutAddToDictionaryHint()