Home
last modified time | relevance | path

Searched refs:setKeyboardType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DInputDevice.h233 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } in setKeyboardType() function
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp119 info->setKeyboardType(mKeyboardType); in populateDeviceInfo()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1019 void setKeyboardType(int32_t keyboardType) { in setKeyboardType() function in android::FakeInputMapper
1092 deviceInfo->setKeyboardType(mKeyboardType); in populateDeviceInfo()
2501 mapper1.setKeyboardType(AINPUT_KEYBOARD_TYPE_ALPHABETIC); in TEST_F()