Home
last modified time | relevance | path

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

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