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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 45 private static final int OUT_OF_BOUNDS = -1;
53 private int mTouchX = OUT_OF_BOUNDS;
106 if (mTouchX != OUT_OF_BOUNDS) {
255 touchX != OUT_OF_BOUNDS) {
382 mTouchX = OUT_OF_BOUNDS;
471 mCurrentWordIndex = OUT_OF_BOUNDS;
483 if (wordIndex == OUT_OF_BOUNDS) {
516 mTouchX = OUT_OF_BOUNDS;
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 34 private static final int OUT_OF_BOUNDS = -1;
39 private int mTouchX = OUT_OF_BOUNDS;
256 mTouchX = OUT_OF_BOUNDS;
318 mTouchX = OUT_OF_BOUNDS;

Completed in 54 milliseconds