HomeSort by relevance Sort by last modified time
    Searched full:centerpos (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionsView.java 312 final int centerPos = suggestedWords.willAutoCorrect() ? 1 : 0;
314 return centerPos;
315 } else if (index == centerPos) {
    [all...]

Completed in 409 milliseconds