Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/ndk/include/
Dnative_inputmethod_types.h37 struct InputMethod_TextConfig { struct
38 InputMethod_TextInputType inputType;
39 InputMethod_EnterKeyType enterKeyType;
40 bool previewTextSupported;
41 InputMethod_CursorInfo cursorInfo;
42 InputMethod_TextAvoidInfo avoidInfo;
43 int32_t selectionStart;
44 int32_t selectionEnd;
45 int32_t windowId;
/base/inputmethod/imf/interfaces/kits/c/
Dinputmethod_text_config_capi.h53 typedef struct InputMethod_TextConfig InputMethod_TextConfig; typedef