Home
last modified time | relevance | path

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

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_avoid_info_capi.h115 InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info, double *height);
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_text_avoid_info_capi.cpp64 InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info, double *height) in OH_TextAvoidInfo_GetHeight() function
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp141 EXPECT_EQ(IME_ERR_OK, OH_TextAvoidInfo_GetHeight(textAvoidInfo, &actHeight)); in HWTEST_F()
300 EXPECT_EQ(IME_ERR_OK, OH_TextAvoidInfo_GetHeight(avoidInfo, &actHeight)); in HWTEST_F()
310 EXPECT_EQ(IME_ERR_OK, OH_TextAvoidInfo_GetHeight(avoidInfo, &actHeight)); in HWTEST_F()
1130 auto ret = OH_TextAvoidInfo_GetHeight(nullptr, nullptr); in HWTEST_F()
1134 ret = OH_TextAvoidInfo_GetHeight(info, nullptr); in HWTEST_F()

Completed in 4 milliseconds