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

  /external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/
TestSort.cc 52 KeyType keyY = ((const DataType*)dataY)->key;
53 if (keyX > keyY)
57 else if (keyX < keyY)
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 51 KeyType keyY = ((const DataType*)dataY)->key;
52 if (keyX > keyY)
56 else if (keyX < keyY)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 206 final int keyY = event.mY;
221 mInputPointers.addPointerAt(newIndex, keyX, keyY, 0, 0);
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 331 final int keyY = key.getY();
332 final int topPixelWithinThreshold = keyY - threshold;
337 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold);

Completed in 253 milliseconds