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.java645 public int getKeyboardType() { method in class:KeyCharacterMap
670 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
682 switch (getKeyboardType()) {
H A DInputDevice.java147 * {@link #getKeyboardType()} to determine whether the keyboard has alphabetic keys
659 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 70 milliseconds