HomeSort by relevance Sort by last modified time
    Searched refs:mWordWidth (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 67 private final int[] mWordWidth = new int[MAX_SUGGESTIONS];
145 if (me.getX() + getScrollX() < mWordWidth[0] && getScrollX() < 10) {
252 if ((wordWidth = mWordWidth[i]) == 0) {
255 mWordWidth[i] = wordWidth;
369 Arrays.fill(mWordWidth, 0);
456 + (mWordWidth[wordIndex] - wordWidth) / 2;
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 48 private int[] mWordWidth = new int[MAX_SUGGESTIONS];
187 mWordWidth[i] = wordWidth;

Completed in 203 milliseconds