HomeSort by relevance Sort by last modified time
    Searched refs:setKeyboardGeometry (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 59 public void setKeyboardGeometry(final int keyWidth) {
60 super.setKeyboardGeometry(keyWidth);
GestureStroke.java 138 public void setKeyboardGeometry(final int keyWidth) {
149 "[%d] setKeyboardGeometry: keyWidth=%3d tT=%3d >> %3d tD=%3d >> %3d",
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 40 public void setKeyboardGeometry(int keyboardTopPadding) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 195 public void setKeyboardGeometry(final int keyWidth, final int keyHeight) {
525 mGestureStrokeWithPreviewPoints.setKeyboardGeometry(keyWidth);
534 mBogusMoveEventDetector.setKeyboardGeometry(keyWidth, keyHeight);
    [all...]
KeyboardSwitcher.java 175 mCurrentInputView.setKeyboardGeometry(keyboard.mTopPadding);

Completed in 611 milliseconds