Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java48 private int mKeyWidth; // pixel field in GestureStrokeRecognitionPoints
81 mKeyWidth = keyWidth; in setKeyboardGeometry()
243 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; in detectFastMove()
249 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; in detectFastMove()