HomeSort by relevance Sort by last modified time
    Searched defs:keyboardWidth (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 158 final int keyboardWidth = ResourceUtils.getDefaultKeyboardWidth(res);
161 builder.setKeyboardGeometry(keyboardWidth, keyboardHeight)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 115 final int keyboardWidth = ResourceUtils.getDefaultKeyboardWidth(res);
117 builder.setKeyboardGeometry(keyboardWidth, keyboardHeight);

Completed in 345 milliseconds