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

/frameworks/native/include/input/
H A DInputDevice.h99 inline int32_t getKeyboardType() const { return mKeyboardType; } function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java643 public int getKeyboardType() { method in class:KeyCharacterMap
668 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
680 switch (getKeyboardType()) {
H A DInputDevice.java145 * {@link #getKeyboardType()} to determine whether the keyboard has alphabetic keys
638 public int getKeyboardType() { method in class:InputDevice
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp203 int32_t KeyCharacterMap::getKeyboardType() const { function in class:android::KeyCharacterMap

Completed in 828 milliseconds