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

/frameworks/base/core/java/android/view/
H A DInputDevice.java351 public int getKeyboardType() { method in class:InputDevice
H A DKeyCharacterMap.java467 public int getKeyboardType() { method in class:KeyCharacterMap
492 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
504 switch (getKeyboardType()) {
/frameworks/base/libs/ui/
H A DKeyCharacterMap.cpp127 int32_t KeyCharacterMap::getKeyboardType() const { function in class:android::KeyCharacterMap
/frameworks/base/include/ui/
H A DInput.h827 inline int32_t getKeyboardType() const { return mKeyboardType; } function in class:android::InputDeviceInfo

Completed in 77 milliseconds