Home
last modified time | relevance | path

Searched refs:GetCursorPositionForMoveUp (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h90 int32_t GetCursorPositionForMoveUp() override;
H A Drender_text_field.h458 virtual int32_t GetCursorPositionForMoveUp() = 0;
H A Drosen_render_text_field.cpp1574 int32_t RosenRenderTextField::GetCursorPositionForMoveUp() function in OHOS::Ace::RosenRenderTextField
H A Drender_text_field.cpp2151 value.MoveToPosition(GetCursorPositionForMoveUp()); in CursorMoveUp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp99 int32_t GetCursorPositionForMoveUp() override in GetCursorPositionForMoveUp() function in OHOS::Ace::MockRenderTextField