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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 182 final int keyY = event.mY;
197 mInputPointers.addPointerAt(newIndex, keyX, keyY, 0, 0);
473 void addInputPointerForTest(int index, int keyX, int keyY) {
474 mInputPointers.addPointerAt(index, keyX, keyY, 0, 0);
LatinIME.java     [all...]
  /external/webrtc/webrtc/system_wrappers/test/TestSort/
TestSort.cc 52 KeyType keyY = ((const DataType*)dataY)->key;
53 if (keyX > keyY)
57 else if (keyX < keyY)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 329 final int keyY = key.getY();
330 final int topPixelWithinThreshold = keyY - threshold;
335 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold);

Completed in 89 milliseconds