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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DTouchPositionCorrection.java22 private static final int TOUCH_POSITION_CORRECTION_RECORD_SIZE = 3; field in class:TouchPositionCorrection
31 if (dataLength % TOUCH_POSITION_CORRECTION_RECORD_SIZE != 0) {
39 final int length = dataLength / TOUCH_POSITION_CORRECTION_RECORD_SIZE;
45 final int type = i % TOUCH_POSITION_CORRECTION_RECORD_SIZE;
46 final int index = i / TOUCH_POSITION_CORRECTION_RECORD_SIZE;

Completed in 52 milliseconds