Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java51 private static final int X_GAP = 10; field in CandidateView
184 final int wordWidth = (int) textWidth + X_GAP * 2; in onDraw()
206 canvas.drawText(suggestion, x + X_GAP, y, paint); in onDraw()