Home
last modified time | relevance | path

Searched defs:keyboardType (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/input/
DInputDevice.cpp261 void InputDeviceInfo::setKeyboardType(int32_t keyboardType) { in setKeyboardType()
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp93 int32_t keyboardType) in KeyboardInputMapper()
/frameworks/base/core/java/android/view/
DInputDevice.java463 int productId, String descriptor, boolean isExternal, int sources, int keyboardType, in InputDevice()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp182 int32_t keyboardType = AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC; in addEventHubDevice() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1111 void setKeyboardType(int32_t keyboardType) { in setKeyboardType()