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.h47 struct InputMethod_TextConfig { struct
48 InputMethod_TextInputType inputType;
49 InputMethod_EnterKeyType enterKeyType;
50 bool previewTextSupported;
51 InputMethod_CursorInfo cursorInfo;
52 InputMethod_TextAvoidInfo avoidInfo;
53 int32_t selectionStart;
54 int32_t selectionEnd;
55 int32_t windowId;
56 char16_t placeholder[MAX_PLACEHOLDER_INPUT_SIZE];
[all …]
/base/inputmethod/imf/interfaces/kits/c/
Dinputmethod_text_config_capi.h54 typedef struct InputMethod_TextConfig InputMethod_TextConfig; typedef