OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordWidth
(Results
1 - 3
of
3
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java
184
final int
wordWidth
= (int) textWidth + X_GAP * 2;
187
mWordWidth[i] =
wordWidth
;
189
if (touchX + scrollX >= x && touchX + scrollX < x +
wordWidth
&& !scrolled) {
192
mSelectionHighlight.setBounds(0, bgPadding.top,
wordWidth
, height);
208
canvas.drawLine(x +
wordWidth
+ 0.5f, bgPadding.top,
209
x +
wordWidth
+ 0.5f, height + 1, paint);
212
x +=
wordWidth
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java
472
final int
wordWidth
= (int)(width * mCenterSuggestionWeight);
473
final CharSequence text = getEllipsizedText(word,
wordWidth
, wordView.getPaint());
493
final int hintWidth = width -
wordWidth
- leftArrowView.getWidth();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 38 milliseconds