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