Searched defs:keyboardType (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/input/
H A DInputDevice.h98 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } argument
/frameworks/base/core/java/android/view/
H A DInputDevice.java398 int productId, String descriptor, boolean isExternal, int sources, int keyboardType,
410 mKeyboardType = keyboardType;
397 InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, int productId, String descriptor, boolean isExternal, int sources, int keyboardType, KeyCharacterMap keyCharacterMap, boolean hasVibrator, boolean hasMicrophone, boolean hasButtonUnderPad) argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp821 void setKeyboardType(int32_t keyboardType) { argument
822 mKeyboardType = keyboardType;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp465 int32_t keyboardType = AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC; local
470 keyboardType = AINPUT_KEYBOARD_TYPE_ALPHABETIC;
480 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
2113 uint32_t source, int32_t keyboardType) :
2115 mKeyboardType(keyboardType) {
2112 KeyboardInputMapper(InputDevice* device, uint32_t source, int32_t keyboardType) argument

Completed in 143 milliseconds