Searched refs:touchPositionCorrection (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DProximityInfo.java61 final TouchPositionCorrection touchPositionCorrection) {
83 mNativeProximityInfo = createNativeProximityInfo(touchPositionCorrection);
116 private long createNativeProximityInfo(final TouchPositionCorrection touchPositionCorrection) { argument
175 if (touchPositionCorrection != null && touchPositionCorrection.isValid()) {
177 Log.d(TAG, "touchPositionCorrection: ON");
182 final int rows = touchPositionCorrection.getRows();
201 touchPositionCorrection.getX(row) * hitBoxWidth;
203 touchPositionCorrection.getY(row) * hitBoxHeight;
205 touchPositionCorrection
58 ProximityInfo(final String localeStr, final int gridWidth, final int gridHeight, final int minWidth, final int height, final int mostCommonKeyWidth, final int mostCommonKeyHeight, final List<Key> sortedKeys, final TouchPositionCorrection touchPositionCorrection) argument
[all...]

Completed in 58 milliseconds