OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X_GAP
(Results
1 - 2
of
2
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java
51
private static final int
X_GAP
= 10;
184
final int wordWidth = (int) textWidth +
X_GAP
* 2;
206
canvas.drawText(suggestion, x +
X_GAP
, y, paint);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java
77
private static final int
X_GAP
= 10;
248
wordWidth = Math.max(mMinTouchableWidth, (int) textWidth +
X_GAP
* 2);
490
int wordWidth = (int) (mPaint.measureText(word, 0, word.length()) +
X_GAP
* 2);
Completed in 27 milliseconds