Searched defs:InputMethod_TextEditorProxy (Results 1 – 2 of 2) sorted by relevance
48 struct InputMethod_TextEditorProxy { struct49 OH_TextEditorProxy_GetTextConfigFunc getTextConfigFunc;50 OH_TextEditorProxy_InsertTextFunc insertTextFunc;51 OH_TextEditorProxy_DeleteForwardFunc deleteForwardFunc;52 OH_TextEditorProxy_DeleteBackwardFunc deleteBackwardFunc;53 OH_TextEditorProxy_SendKeyboardStatusFunc sendKeyboardStatusFunc;54 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc;55 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc;56 OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc;57 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc;[all …]
53 typedef struct InputMethod_TextEditorProxy InputMethod_TextEditorProxy; typedef