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

/frameworks/native/include/input/
H A DInputDevice.h92 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.java142 * {@link #getKeyboardType()} to determine whether the keyboard has alphabetic keys
569 public int getKeyboardType() { method in class:InputDevice
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp202 int32_t KeyCharacterMap::getKeyboardType() const { function in class:android::KeyCharacterMap

Completed in 136 milliseconds