Searched refs:getKeyboardType (Results 1 – 15 of 15) sorted by relevance
458 public int getKeyboardType() { in getKeyboardType() method in KeyCharacterMap495 switch (getKeyboardType()) { in getModifierBehavior()
351 public int getKeyboardType() { in getKeyboardType() method in InputDevice
59 int32_t getKeyboardType() const;
827 inline int32_t getKeyboardType() const { return mKeyboardType; } in getKeyboardType() function
106 return map->getKeyboardType(); in nativeGetKeyboardType()
184 int kind = kmap.getKeyboardType(); in getKeyListener()
160 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
138 int32_t KeyCharacterMap::getKeyboardType() const { in getKeyboardType() function in android::KeyCharacterMap
1237 env->SetIntField(deviceObj, gInputDeviceClassInfo.mKeyboardType, deviceInfo.getKeyboardType()); in android_server_InputManager_nativeGetInputDevice()
1024 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()
533 if (deviceInfo.getKeyboardType() == AINPUT_KEYBOARD_TYPE_ALPHABETIC) { in updateInputConfigurationLocked()867 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType()); in dump()
429 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC; in preparePanel()
737 querying {@link android.view.KeyCharacterMap#getKeyboardType()} and checking for {@link
21850 method public int getKeyboardType();21923 method public int getKeyboardType();