Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java160 public String getDebugString(final int pos) { in getDebugString() method in SuggestedWords
168 final String debugString = wordInfo.getDebugString(); in getDebugString()
359 public String getDebugString() { in getDebugString() method in SuggestedWords.SuggestedWordInfo
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java217 info = mSuggestedWords.getDebugString(SuggestedWords.INDEX_OF_TYPED_WORD); in build()
220 info = mSuggestedWords.getDebugString(index); in build()
DSuggestionStripLayoutHelper.java514 suggestedWords.getDebugString(indexInSuggestedWords)); in setupWordViewsAndReturnStartIndexOfMoreSuggestions()