Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp93 int32_t keyboardType) in KeyboardInputMapper()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h233 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } in setKeyboardType()
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java463 int productId, String descriptor, boolean isExternal, int sources, int keyboardType, in InputDevice()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp180 int32_t keyboardType = AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC; in addEventHubDevice() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1019 void setKeyboardType(int32_t keyboardType) { in setKeyboardType()