Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dtext_listener_inner_api_test.cpp33 constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; member
471 EXPECT_EQ(TextListener::selectionDirection_, direction + CURSOR_DIRECTION_BASE_VALUE); in HWTEST_F()
497 EXPECT_NE(TextListener::selectionDirection_, direction + CURSOR_DIRECTION_BASE_VALUE); in HWTEST_F()
H A Dinput_method_ability_test.cpp60 static constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; member in OHOS::MiscServices::InputMethodAbilityTest
542 EXPECT_TRUE(TextListener::WaitHandleSelect(direction + InputMethodAbilityTest::CURSOR_DIRECTION_BASE_VALUE, 0)); in HWTEST_F()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h888 static constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; member in OHOS::MiscServices::InputMethodController
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1085 listener->HandleSelect(CURSOR_DIRECTION_BASE_VALUE + direction, cursorMoveSkip); in SelectByMovement()

Completed in 7 milliseconds