Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java250 final boolean shouldShowUiToAcceptTypedWord) { in shouldOmitTypedWord() argument
255 return shouldShowUiToAcceptTypedWord && omitTypedWord; in shouldOmitTypedWord()
552 final boolean shouldShowUiToAcceptTypedWord = Settings.getInstance().getCurrent() in layoutAddToDictionaryHint()
555 final int width = shouldShowUiToAcceptTypedWord ? stripWidth in layoutAddToDictionaryHint()
566 final int wordVisibility = shouldShowUiToAcceptTypedWord ? View.GONE : View.VISIBLE; in layoutAddToDictionaryHint()
576 if (shouldShowUiToAcceptTypedWord) { in layoutAddToDictionaryHint()