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