Searched defs:KeyCharacterMap (Results 1 – 4 of 4) sorted by relevance
29 class KeyCharacterMap; variable
36 public class KeyCharacterMap implements Parcelable { class306 private KeyCharacterMap(Parcel in) { in KeyCharacterMap() method in KeyCharacterMap318 private KeyCharacterMap(long ptr) { in KeyCharacterMap() method in KeyCharacterMap
88 KeyCharacterMap::KeyCharacterMap() : mType(KeyboardType::UNKNOWN) {} in KeyCharacterMap() function in android::KeyCharacterMap90 KeyCharacterMap::KeyCharacterMap(const KeyCharacterMap& other) in KeyCharacterMap() function in android::KeyCharacterMap
893 bool setKeyboardLayoutOverlay(int32_t, std::shared_ptr<KeyCharacterMap>) override { in setKeyboardLayoutOverlay()