Home
last modified time | relevance | path

Searched refs:KeyboardType (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DKeyCharacterMap.h47 enum class KeyboardType : int32_t { enum
91 KeyboardType getKeyboardType() const;
231 KeyboardType mType;
/frameworks/native/libs/input/
DKeyCharacterMap.cpp88 KeyCharacterMap::KeyCharacterMap() : mType(KeyboardType::UNKNOWN) {} in KeyCharacterMap()
229 KeyCharacterMap::KeyboardType KeyCharacterMap::getKeyboardType() const { in getKeyboardType()
639 map->mType = static_cast<KeyCharacterMap::KeyboardType>(parcel->readInt32()); in readFromParcel()
822 if (mMap->mType == KeyboardType::UNKNOWN) { in parse()
829 if (mMap->mType == KeyboardType::OVERLAY) { in parse()
835 if (mMap->mType != KeyboardType::OVERLAY) { in parse()
847 if (mMap->mType != KeyboardType::UNKNOWN) { in parseType()
853 KeyboardType type; in parseType()
856 type = KeyboardType::NUMERIC; in parseType()
858 type = KeyboardType::PREDICTIVE; in parseType()
[all …]
DKeyboard.cpp164 KeyCharacterMap::KeyboardType::SPECIAL_FUNCTION) { in isEligibleBuiltInKeyboard()