Searched refs:keyboardType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java65 int keyboardType = mTargetActivity.getResources().getConfiguration().keyboard;
66 mExpectAutoPop = (keyboardType == Configuration.KEYBOARD_NOKEYS ||
67 keyboardType == Configuration.KEYBOARD_UNDEFINED);
/frameworks/native/include/input/
H A DInputDevice.h98 inline void setKeyboardType(int32_t keyboardType) { mKeyboardType = keyboardType; } argument
/frameworks/base/core/java/android/view/
H A DInputDevice.java407 int productId, String descriptor, boolean isExternal, int sources, int keyboardType,
419 mKeyboardType = keyboardType;
406 InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, int productId, String descriptor, boolean isExternal, int sources, int keyboardType, KeyCharacterMap keyCharacterMap, boolean hasVibrator, boolean hasMicrophone, boolean hasButtonUnderPad) argument
/frameworks/native/services/inputflinger/
H A DInputReader.cpp521 int32_t keyboardType = AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC; local
526 keyboardType = AINPUT_KEYBOARD_TYPE_ALPHABETIC;
536 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
2172 uint32_t source, int32_t keyboardType) :
2174 mKeyboardType(keyboardType) {
2171 KeyboardInputMapper(InputDevice* device, uint32_t source, int32_t keyboardType) argument
H A DInputReader.h1060 KeyboardInputMapper(InputDevice* device, uint32_t source, int32_t keyboardType);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp848 void setKeyboardType(int32_t keyboardType) { argument
849 mKeyboardType = keyboardType;

Completed in 1422 milliseconds