Home
last modified time | relevance | path

Searched defs:InputMethodInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_info.h25 struct InputMethodInfo { struct
26 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 …]