Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java372 final int centerWidth = getSuggestionWidth(mCenterPositionInStrip, stripWidth); in layoutAndReturnStartIndexOfMoreSuggestions()
400 final int width = getSuggestionWidth(positionInStrip, stripWidth); in layoutAndReturnStartIndexOfMoreSuggestions()
474 private int getSuggestionWidth(final int positionInStrip, final int maxWidth) { in getSuggestionWidth() method in SuggestionStripLayoutHelper