Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
Dinput_method_info.h21 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;
[all …]