Home
last modified time | relevance | path

Searched refs:getKeyboardType (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp68 deviceInfo.getKeyboardType(), kcmObj.get(), deviceInfo.hasVibrator(), in android_view_InputDevice_create()
Dandroid_view_KeyCharacterMap.cpp168 return map->getMap()->getKeyboardType(); in nativeGetKeyboardType()
/frameworks/native/include/input/
DInputDevice.h99 inline int32_t getKeyboardType() const { return mKeyboardType; } in getKeyboardType() function
DKeyCharacterMap.h89 int32_t getKeyboardType() const;
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java645 public int getKeyboardType() { in getKeyboardType() method in KeyCharacterMap
682 switch (getKeyboardType()) { in getModifierBehavior()
DInputDevice.java657 public int getKeyboardType() { in getKeyboardType() method in InputDevice
/frameworks/native/libs/input/
DKeyboard.cpp154 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
DKeyCharacterMap.cpp203 int32_t KeyCharacterMap::getKeyboardType() const { in getKeyboardType() function in android::KeyCharacterMap
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java193 int kind = kmap.getKeyboardType(); in getKeyListener()
/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java479 menu.setQwertyMode(kmap.getKeyboardType() != KeyCharacterMap.NUMERIC); in onKeyShortcut()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DToolbarActionBar.java480 menu.setQwertyMode(kmap.getKeyboardType() != KeyCharacterMap.NUMERIC); in onKeyShortcut()
DWindowDecorActionBar.java1408 menu.setQwertyMode(kmap.getKeyboardType() != KeyCharacterMap.NUMERIC); in onKeyShortcut()
DAppCompatDelegateImplV9.java1410 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1066 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); in TEST_F()
1075 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); in TEST_F()
1298 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NONE, info.getKeyboardType()); in TEST_F()
1368 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_ALPHABETIC, info.getKeyboardType()); in TEST_F()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java671 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC; in preparePanel()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1251 if (device.getKeyboardType() == InputDevice.KEYBOARD_TYPE_ALPHABETIC) { in computeScreenConfiguration()
/frameworks/native/services/inputflinger/
DInputReader.cpp1024 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType()); in dump()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32249 method public int getKeyboardType();
32336 method public int getKeyboardType();
/frameworks/base/api/
Dcurrent.txt43932 method public int getKeyboardType();
44023 method public int getKeyboardType();
Dsystem-current.txt47471 method public int getKeyboardType();
47562 method public int getKeyboardType();