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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 136 public static final int NOT_A_COORDINATE = -1;
149 // Detect {@link NOT_A_COORDINATE}, {@link SUGGESTION_STRIP_COORDINATE},
WordComposer.java 264 add(codePoint, Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE);
278 x = Constants.NOT_A_COORDINATE;
279 y = Constants.NOT_A_COORDINATE;
286 * This will register NOT_A_COORDINATE for X and Ys, and use the passed keyboard for proximity.
LatinIME.java     [all...]
ExpandableDictionary.java 266 xCoordinates[i] : Constants.NOT_A_COORDINATE;
268 yCoordinates[i] : Constants.NOT_A_COORDINATE;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 191 // is NOT_A_COORDINATE, this method calculates the return value without using the line segment.
202 if (referencePointX != NOT_A_COORDINATE
218 // When the referencePointY is NOT_A_COORDINATE, this method calculates the return value without
234 if (referencePointY != NOT_A_COORDINATE &&
proximity_info_state_utils.cpp 101 NOT_A_COORDINATE : getPrimaryCodePointAt(inputProximities, i);
102 const int x = proximityOnly ? NOT_A_COORDINATE : inputXCoordinates[i];
103 const int y = proximityOnly ? NOT_A_COORDINATE : inputYCoordinates[i];
174 if (NOT_A_COORDINATE == (*sampledInputXs)[inputIndex]) {
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 217 mLatinIME.onCodeInput(codePoint, Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 19 import static com.android.inputmethod.latin.Constants.NOT_A_COORDINATE;
555 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE);
    [all...]
MainKeyboardView.java     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 297 #define NOT_A_COORDINATE (-1)

Completed in 441 milliseconds