Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h98 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } in setKeyboardType() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp923 void setKeyboardType(int32_t keyboardType) { in setKeyboardType() function in android::FakeInputMapper
977 deviceInfo->setKeyboardType(mKeyboardType); in populateDeviceInfo()
1457 mapper1->setKeyboardType(AINPUT_KEYBOARD_TYPE_ALPHABETIC); in TEST_F()