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

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

Completed in 33 milliseconds