Searched defs:getKeyboardType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/androidfw/
H A DInputDevice.h90 inline int32_t getKeyboardType() const { return mKeyboardType; } function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java131 * {@link #getKeyboardType()} to determine whether the keyboard has alphabetic keys
493 public int getKeyboardType() { method in class:InputDevice
H A DKeyCharacterMap.java631 public int getKeyboardType() { method in class:KeyCharacterMap
656 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
668 switch (getKeyboardType()) {
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp201 int32_t KeyCharacterMap::getKeyboardType() const { function in class:android::KeyCharacterMap

Completed in 709 milliseconds