Home
last modified time | relevance | path

Searched refs:mLastMajorEventX (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java63 private int mLastMajorEventX; field in GestureStrokeRecognitionPoints
224 mLastMajorEventX = x; in updateMajorEvent()
297 final int pixels = getDistance(mLastMajorEventX, mLastMajorEventY, x, y); in updateIncrementalRecognitionSize()