Searched refs:getKeyboardType (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp59 deviceInfo.getSources(), deviceInfo.getKeyboardType(),
H A Dandroid_view_KeyCharacterMap.cpp164 return map->getMap()->getKeyboardType();
/frameworks/base/include/androidfw/
H A DInputDevice.h90 inline int32_t getKeyboardType() const { return mKeyboardType; } function in class:android::InputDeviceInfo
H A DKeyCharacterMap.h86 int32_t getKeyboardType() const;
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java631 public int getKeyboardType() { method in class:KeyCharacterMap
656 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
668 switch (getKeyboardType()) {
H A DInputDevice.java131 * {@link #getKeyboardType()} to determine whether the keyboard has alphabetic keys
493 public int getKeyboardType() { method in class:InputDevice
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java188 int kind = kmap.getKeyboardType();
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp155 || keyMap->keyCharacterMap->getKeyboardType()
H A DKeyCharacterMap.cpp201 int32_t KeyCharacterMap::getKeyboardType() const { function in class:android::KeyCharacterMap
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1015 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType());
1024 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType());
1245 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NONE, info.getKeyboardType());
1315 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_ALPHABETIC, info.getKeyboardType());
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java448 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC;
/frameworks/base/services/input/
H A DInputReader.cpp869 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType());
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6955 if (device.getKeyboardType() == InputDevice.KEYBOARD_TYPE_ALPHABETIC) {

Completed in 2347 milliseconds