Home
last modified time | relevance | path

Searched defs:wordWidth (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DCandidateView.java229 final int wordWidth; in onDraw() local
450 int wordWidth = (int) (mPaint.measureText(word, 0, word.length()) + X_GAP * 2); in showPreview() local