Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java184 final int wordWidth = (int) textWidth + X_GAP * 2; in onDraw() local
187 mWordWidth[i] = wordWidth; in onDraw()
189 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled) { in onDraw()
192 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height); in onDraw()
208 canvas.drawLine(x + wordWidth + 0.5f, bgPadding.top, in onDraw()
209 x + wordWidth + 0.5f, height + 1, paint); in onDraw()
212 x += wordWidth; in onDraw()