Searched defs:InputMethod_TextEditorProxy (Results 1 – 2 of 2) sorted by relevance
67 struct InputMethod_TextEditorProxy { struct68 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 …]
53 typedef struct InputMethod_TextEditorProxy InputMethod_TextEditorProxy; typedef