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

/frameworks/native/include/input/
H A DInputDevice.h96 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } function in class:android::InputDeviceInfo
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp812 void setKeyboardType(int32_t keyboardType) { function in class:android::FakeInputMapper
866 deviceInfo->setKeyboardType(mKeyboardType);
1289 mapper1->setKeyboardType(AINPUT_KEYBOARD_TYPE_ALPHABETIC);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2003 info->setKeyboardType(mKeyboardType);

Completed in 59 milliseconds