Home
last modified time | relevance | path

Searched refs:g_txtEditProxy (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/
H A Dnapi_init.cpp30 InputMethod_TextEditorProxy *g_txtEditProxy = nullptr; variable
121 if (g_txtEditProxy == nullptr) { in TextEditorProxy_Create()
122 g_txtEditProxy = OH_TextEditorProxy_Create(); in TextEditorProxy_Create()
123 OH_TextEditorProxy_SetGetTextConfigFunc(g_txtEditProxy, GetTextConfigFunc); in TextEditorProxy_Create()
124 OH_TextEditorProxy_SetInsertTextFunc(g_txtEditProxy, InsertTextFunc); in TextEditorProxy_Create()
125 OH_TextEditorProxy_SetDeleteForwardFunc(g_txtEditProxy, DeleteForwardFunc); in TextEditorProxy_Create()
126 OH_TextEditorProxy_SetDeleteBackwardFunc(g_txtEditProxy, DeleteBackwardFunc); in TextEditorProxy_Create()
127 OH_TextEditorProxy_SetSendKeyboardStatusFunc(g_txtEditProxy, SendKeyboardStatusFunc); in TextEditorProxy_Create()
128 OH_TextEditorProxy_SetSendEnterKeyFunc(g_txtEditProxy, SendEnterKeyFunc); in TextEditorProxy_Create()
129 OH_TextEditorProxy_SetMoveCursorFunc(g_txtEditProxy, MoveCursorFun in TextEditorProxy_Create()
[all...]

Completed in 2 milliseconds