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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 68 private final int[] mWordX = new int[MAX_SUGGESTIONS];
258 mWordX[i] = x;
370 Arrays.fill(mWordX, 0);
455 mPopupPreviewX = mWordX[wordIndex] - mPreviewText.getPaddingLeft() - getScrollX()
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 49 private int[] mWordX = new int[MAX_SUGGESTIONS];
186 mWordX[i] = x;

Completed in 72 milliseconds