Home
last modified time | relevance | path

Searched refs:keyboardType (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/input/
DInputDevice.h108 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } in setKeyboardType() argument
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp160 int32_t keyboardType = AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC; in addEventHubDevice() local
165 keyboardType = AINPUT_KEYBOARD_TYPE_ALPHABETIC; in addEventHubDevice()
176 std::make_unique<KeyboardInputMapper>(*contextPtr, keyboardSource, keyboardType)); in addEventHubDevice()
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.h26 KeyboardInputMapper(InputDeviceContext& deviceContext, uint32_t source, int32_t keyboardType);
DKeyboardInputMapper.cpp91 int32_t keyboardType) in KeyboardInputMapper() argument
92 : InputMapper(deviceContext), mSource(source), mKeyboardType(keyboardType) {} in KeyboardInputMapper()
/frameworks/base/core/java/android/view/
DInputDevice.java429 int productId, String descriptor, boolean isExternal, int sources, int keyboardType, in InputDevice() argument
441 mKeyboardType = keyboardType; in InputDevice()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp979 void setKeyboardType(int32_t keyboardType) { in setKeyboardType() argument
980 mKeyboardType = keyboardType; in setKeyboardType()