Home
last modified time | relevance | path

Searched refs:getKeyboardType (Results 1 – 18 of 18) 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.h86 int32_t getKeyboardType() const;
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java643 public int getKeyboardType() { in getKeyboardType() method in KeyCharacterMap
680 switch (getKeyboardType()) { in getModifierBehavior()
DInputDevice.java638 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.java188 int kind = kmap.getKeyboardType(); in getKeyListener()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DToolbarActionBar.java473 menu.setQwertyMode(kmap.getKeyboardType() != KeyCharacterMap.NUMERIC); in onKeyShortcut()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1035 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); in TEST_F()
1044 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); in TEST_F()
1267 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NONE, info.getKeyboardType()); in TEST_F()
1337 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_ALPHABETIC, info.getKeyboardType()); in TEST_F()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java1287 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC; in preparePanel()
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd666 querying {@link android.view.KeyCharacterMap#getKeyboardType()} and checking for {@link
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java608 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC; in preparePanel()
/frameworks/native/services/inputflinger/
DInputReader.cpp945 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType()); in dump()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7422 if (device.getKeyboardType() == InputDevice.KEYBOARD_TYPE_ALPHABETIC) { in computeScreenConfigurationLocked()
/frameworks/base/api/
Dcurrent.txt34804 method public int getKeyboardType();
34893 method public int getKeyboardType();
Dsystem-current.txt37096 method public int getKeyboardType();
37185 method public int getKeyboardType();