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

  /external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/
TestSort.cc 51 KeyType keyX = ((const DataType*)dataX)->key;
53 if (keyX > keyY)
57 else if (keyX < keyY)
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 50 KeyType keyX = ((const DataType*)dataX)->key;
52 if (keyX > keyY)
56 else if (keyX < keyY)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 205 final int keyX = event.mX;
221 mInputPointers.addPointerAt(newIndex, keyX, keyY, 0, 0);
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 330 final int keyX = key.getX();
339 final int leftPixelWithinThreshold = keyX - threshold;
344 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold);

Completed in 249 milliseconds