Searched refs:X_GAP (Results 1 – 1 of 1) sorted by relevance
51 private static final int X_GAP = 10; field in CandidateView184 final int wordWidth = (int) textWidth + X_GAP * 2; in onDraw()206 canvas.drawText(suggestion, x + X_GAP, y, paint); in onDraw()