Searched defs:InputMethod_TextEditorProxy (Results 1 – 4 of 4) 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;62 OH_TextEditorProxy_SetPreviewTextFunc setPreviewTextFunc;[all …]
53 typedef struct InputMethod_TextEditorProxy InputMethod_TextEditorProxy; typedef
324 ### InputMethod_TextEditorProxy subsection