Searched defs:InputMethodInfo (Results 1 – 1 of 1) sorted by relevance
25 struct InputMethodInfo { struct26 std::string mImeId;27 std::string mPackageName;28 std::string mAbilityName;29 std::string mConfigurationPage;30 bool isSystemIme = false;31 int32_t mDefaultImeId = 0;32 uint32_t labelId = 0;33 uint32_t descriptionId = 0;34 std::string label;[all …]