Searched refs:CURSOR_DIRECTION_BASE_VALUE (Results 1 – 4 of 4) sorted by relevance
33 constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; variable471 EXPECT_EQ(TextListener::selectionDirection_, direction + CURSOR_DIRECTION_BASE_VALUE);497 EXPECT_NE(TextListener::selectionDirection_, direction + CURSOR_DIRECTION_BASE_VALUE);
59 static constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; member in OHOS::MiscServices::InputMethodAbilityTest555 …extListener::WaitHandleSelect(direction + InputMethodAbilityTest::CURSOR_DIRECTION_BASE_VALUE, 0));
889 static constexpr int CURSOR_DIRECTION_BASE_VALUE = 2011; variable
1075 listener->HandleSelect(CURSOR_DIRECTION_BASE_VALUE + direction, cursorMoveSkip); in SelectByMovement()