Home
last modified time | relevance | path

Searched refs:CURSOR_DIRECTION_BASE_VALUE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dtext_listener_inner_api_test.cpp33 constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; variable
471 EXPECT_EQ(TextListener::selectionDirection_, direction + CURSOR_DIRECTION_BASE_VALUE);
497 EXPECT_NE(TextListener::selectionDirection_, direction + CURSOR_DIRECTION_BASE_VALUE);
H A Dinput_method_ability_test.cpp59 static constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; member in OHOS::MiscServices::InputMethodAbilityTest
555 …extListener::WaitHandleSelect(direction + InputMethodAbilityTest::CURSOR_DIRECTION_BASE_VALUE, 0));
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h889 static constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1075 listener->HandleSelect(CURSOR_DIRECTION_BASE_VALUE + direction, cursorMoveSkip); in SelectByMovement()