HomeSort by relevance Sort by last modified time
    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/
SuggestionsView.java 485 final int wordWidth = (int)(width * mCenterSuggestionWeight);
486 final CharSequence text = getEllipsizedText(word, wordWidth, wordView.getPaint());
504 final int hintWidth = width - wordWidth - leftArrowView.getWidth();
    [all...]
  /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 34 milliseconds