Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/ndk/include/
Dnative_inputmethod_types.h53 struct InputMethod_TextEditorProxy { struct
54 OH_TextEditorProxy_GetTextConfigFunc getTextConfigFunc;
55 OH_TextEditorProxy_InsertTextFunc insertTextFunc;
56 OH_TextEditorProxy_DeleteForwardFunc deleteForwardFunc;
57 OH_TextEditorProxy_DeleteBackwardFunc deleteBackwardFunc;
58 OH_TextEditorProxy_SendKeyboardStatusFunc sendKeyboardStatusFunc;
59 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc;
60 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc;
61 OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc;
62 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc;
[all …]
/base/inputmethod/imf/interfaces/kits/c/
Dinputmethod_text_editor_proxy_capi.h53 typedef struct InputMethod_TextEditorProxy InputMethod_TextEditorProxy; typedef