Searched refs:KeyboardType (Results 1 – 3 of 3) sorted by relevance
47 enum class KeyboardType : int32_t { enum91 KeyboardType getKeyboardType() const;231 KeyboardType mType;
88 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 …]
164 KeyCharacterMap::KeyboardType::SPECIAL_FUNCTION) { in isEligibleBuiltInKeyboard()