Home
last modified time | relevance | path

Searched refs:mKeyWidth (Results 1 – 2 of 2) 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()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java123 private int mKeyWidth; field in Keyboard