HomeSort by relevance Sort by last modified time
    Searched full:keyboardtype (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 65 int keyboardType = mTargetActivity.getResources().getConfiguration().keyboard;
66 mExpectAutoPop = (keyboardType == Configuration.KEYBOARD_NOKEYS ||
67 keyboardType == Configuration.KEYBOARD_UNDEFINED);
  /frameworks/native/include/input/
InputDevice.h 98 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; }
KeyCharacterMap.h 48 enum KeyboardType {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 348 * @param keyboardType Type of keyboard
350 public void setKeyboardType(int keyboardType) {
351 mKeyboardType = keyboardType;
  /frameworks/base/core/java/android/view/
InputDevice.java 409 int productId, String descriptor, boolean isExternal, int sources, int keyboardType,
421 mKeyboardType = keyboardType;
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 816 KeyboardType type;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 550 int32_t keyboardType = AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC;
555 keyboardType = AINPUT_KEYBOARD_TYPE_ALPHABETIC;
565 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
    [all...]
InputReader.h     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 923 void setKeyboardType(int32_t keyboardType) {
924 mKeyboardType = keyboardType;
    [all...]

Completed in 330 milliseconds