Searched refs:getKeyboardType (Results 1 – 15 of 15) sorted by relevance
63 deviceInfo.getKeyboardType(), kcmObj.get(), deviceInfo.hasVibrator(), in android_view_InputDevice_create()
164 return map->getMap()->getKeyboardType(); in nativeGetKeyboardType()
92 inline int32_t getKeyboardType() const { return mKeyboardType; } in getKeyboardType() function
86 int32_t getKeyboardType() const;
643 public int getKeyboardType() { in getKeyboardType() method in KeyCharacterMap680 switch (getKeyboardType()) { in getModifierBehavior()
569 public int getKeyboardType() { in getKeyboardType() method in InputDevice
154 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
202 int32_t KeyCharacterMap::getKeyboardType() const { in getKeyboardType() function in android::KeyCharacterMap
188 int kind = kmap.getKeyboardType(); in getKeyListener()
1021 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); in TEST_F()1030 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType()); in TEST_F()1253 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NONE, info.getKeyboardType()); in TEST_F()1323 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_ALPHABETIC, info.getKeyboardType()); in TEST_F()
477 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC; in preparePanel()
666 querying {@link android.view.KeyCharacterMap#getKeyboardType()} and checking for {@link
870 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType()); in dump()
6742 if (device.getKeyboardType() == InputDevice.KEYBOARD_TYPE_ALPHABETIC) { in computeScreenConfigurationLocked()
26497 method public int getKeyboardType();26582 method public int getKeyboardType();