Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h108 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } in setKeyboardType() function
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp117 info->setKeyboardType(mKeyboardType); in populateDeviceInfo()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp979 void setKeyboardType(int32_t keyboardType) { in setKeyboardType() function in android::FakeInputMapper
1054 deviceInfo->setKeyboardType(mKeyboardType); in populateDeviceInfo()
2109 mapper1.setKeyboardType(AINPUT_KEYBOARD_TYPE_ALPHABETIC); in TEST_F()