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/tests/
DInputReader_test.cpp886 void setKeyboardType(int32_t keyboardType) { in setKeyboardType() function in android::FakeInputMapper
940 deviceInfo->setKeyboardType(mKeyboardType); in populateDeviceInfo()
1684 mapper1->setKeyboardType(AINPUT_KEYBOARD_TYPE_ALPHABETIC); in TEST_F()
/frameworks/native/services/inputflinger/
DInputReader.cpp2217 info->setKeyboardType(mKeyboardType); in populateDeviceInfo()