Lines Matching defs:InputMethodInfo
21 struct InputMethodInfo { struct
22 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;
31 std::string description;