Searched defs:setKeyboardType (Results 1 - 2 of 2) 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.cpp817 void setKeyboardType(int32_t keyboardType) { function in class:android::FakeInputMapper
871 deviceInfo->setKeyboardType(mKeyboardType);
1293 mapper1->setKeyboardType(AINPUT_KEYBOARD_TYPE_ALPHABETIC);

Completed in 1321 milliseconds