Searched refs:keyY (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | WordComposer.java | 182 final int keyY = event.mY; in applyProcessedEvent() local 197 mInputPointers.addPointerAt(newIndex, keyX, keyY, 0, 0); in applyProcessedEvent() 473 void addInputPointerForTest(int index, int keyX, int keyY) { in addInputPointerForTest() argument 474 mInputPointers.addPointerAt(index, keyX, keyY, 0, 0); in addInputPointerForTest()
|
D | LatinIME.java | 1407 final int keyY = mainKeyboardView.getKeyY(y); in onCodeInput() local 1409 keyX, keyY, isKeyRepeat); in onCodeInput() 1432 final int keyY, final boolean isKeyRepeat) { in createSoftwareKeypressEvent() argument 1442 return Event.createSoftwareKeypressEvent(codePoint, keyCode, keyX, keyY, isKeyRepeat); in createSoftwareKeypressEvent()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | ProximityInfo.java | 329 final int keyY = key.getY(); in computeNearestNeighbors() local 330 final int topPixelWithinThreshold = keyY - threshold; in computeNearestNeighbors() 335 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold); in computeNearestNeighbors()
|