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.h67 struct InputMethod_TextEditorProxy { struct
68 OH_TextEditorProxy_GetTextConfigFunc getTextConfigFunc;
69 OH_TextEditorProxy_InsertTextFunc insertTextFunc;
70 OH_TextEditorProxy_DeleteForwardFunc deleteForwardFunc;
71 OH_TextEditorProxy_DeleteBackwardFunc deleteBackwardFunc;
72 OH_TextEditorProxy_SendKeyboardStatusFunc sendKeyboardStatusFunc;
73 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc;
74 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc;
75 OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc;
76 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc;
[all …]
/base/inputmethod/imf/interfaces/kits/c/
Dinputmethod_text_editor_proxy_capi.h53 typedef struct InputMethod_TextEditorProxy InputMethod_TextEditorProxy; typedef