Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java364 if (wordCountToShow == 1 || getTextScaleX(centerWordView.getText(), centerWidth, in layoutAndReturnStartIndexOfMoreSuggestions()
442 final float scaleX = wordView.getTextScaleX(); in layoutWord()
555 final float titleScaleX = getTextScaleX(importantNoticeTitle, width, titleView.getPaint()); in layoutImportantNotice()
569 private static float getTextScaleX(@Nullable final CharSequence text, final int maxWidth, in getTextScaleX() method in SuggestionStripLayoutHelper
585 final float scaleX = getTextScaleX(text, maxWidth, paint); in getEllipsizedTextWithSettingScaleX()