Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java571 final CharSequence hintText; in layoutAddToDictionaryHint() local
577 hintText = res.getText(R.string.hint_add_to_dictionary_without_word); in layoutAddToDictionaryHint()
588 hintText = (isRtlLanguage == isRtlSystem) ? (arrow + hint) : (hint + arrow); in layoutAddToDictionaryHint()
594 final float hintScaleX = getTextScaleX(hintText, hintWidth, hintView.getPaint()); in layoutAddToDictionaryHint()
595 hintView.setText(hintText); in layoutAddToDictionaryHint()