Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java67 private static final float MIN_TEXT_XSCALE = 0.70f; field in SuggestionStripLayoutHelper
365 centerWordView.getPaint()) < MIN_TEXT_XSCALE) { in layoutAndReturnStartIndexOfMoreSuggestions()
586 if (scaleX >= MIN_TEXT_XSCALE) { in getEllipsizedTextWithSettingScaleX()
592 paint.setTextScaleX(MIN_TEXT_XSCALE); in getEllipsizedTextWithSettingScaleX()