Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DKeyCharacterMap.java458 public int getKeyboardType() { in getKeyboardType() method in KeyCharacterMap
495 switch (getKeyboardType()) { in getModifierBehavior()
DInputDevice.java351 public int getKeyboardType() { in getKeyboardType() method in InputDevice
/frameworks/base/include/ui/
DKeyCharacterMap.h59 int32_t getKeyboardType() const;
DInput.h827 inline int32_t getKeyboardType() const { return mKeyboardType; } in getKeyboardType() function
/frameworks/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp106 return map->getKeyboardType(); in nativeGetKeyboardType()
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java184 int kind = kmap.getKeyboardType(); in getKeyListener()
/frameworks/base/libs/ui/
DKeyboard.cpp160 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
DKeyCharacterMap.cpp138 int32_t KeyCharacterMap::getKeyboardType() const { in getKeyboardType() function in android::KeyCharacterMap
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp1237 env->SetIntField(deviceObj, gInputDeviceClassInfo.mKeyboardType, deviceInfo.getKeyboardType()); in android_server_InputManager_nativeGetInputDevice()
/frameworks/base/services/input/tests/
DInputReader_test.cpp1024 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, info.getKeyboardType()); in TEST_F()
1275 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NONE, info.getKeyboardType()); in TEST_F()
1345 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_ALPHABETIC, info.getKeyboardType()); in TEST_F()
/frameworks/base/services/input/
DInputReader.cpp533 if (deviceInfo.getKeyboardType() == AINPUT_KEYBOARD_TYPE_ALPHABETIC) { in updateInputConfigurationLocked()
867 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType()); in dump()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java429 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC; in preparePanel()
/frameworks/base/docs/html/sdk/
Dandroid-3.0.jd737 querying {@link android.view.KeyCharacterMap#getKeyboardType()} and checking for {@link
/frameworks/base/api/
Dcurrent.txt21850 method public int getKeyboardType();
21923 method public int getKeyboardType();
D14.txt21850 method public int getKeyboardType();
21923 method public int getKeyboardType();