Home
last modified time | relevance | path

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

/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/
H A Dnapi_init.cpp283 InputMethod_CursorInfo *cursorInfo = OH_CursorInfo_Create(100, 200, 300, 400); in SUB_IMF_NDK_InputMethodProxy_NotifyCursorUpdate_0100() local
284 InputMethod_ErrorCode returnValue = OH_InputMethodProxy_NotifyCursorUpdate(g_inputMethodProxy, cursorInfo); in SUB_IMF_NDK_InputMethodProxy_NotifyCursorUpdate_0100()
601 InputMethod_CursorInfo *cursorInfo = nullptr; in SUB_IMF_NDK_TextConfig_Create_0100() local
602 returnValue = OH_TextConfig_GetCursorInfo(config, &cursorInfo); in SUB_IMF_NDK_TextConfig_Create_0100()
779 auto cursorInfo = OH_CursorInfo_Create(expLeft, expTop, expWidth, expHeight); in SUB_IMF_NDK_CursorInfo_Create_0100() local
784 InputMethod_ErrorCode returnValue = OH_CursorInfo_SetRect(cursorInfo, actLeft, actTop, actWidth, actHeight); in SUB_IMF_NDK_CursorInfo_Create_0100()
792 returnValue = OH_CursorInfo_GetRect(cursorInfo, &actLeft, &actTop, &actWidth, &actHeight); in SUB_IMF_NDK_CursorInfo_Create_0100()
806 OH_CursorInfo_Destroy(cursorInfo); in SUB_IMF_NDK_CursorInfo_Create_0100()

Completed in 3 milliseconds