Home
last modified time | relevance | path

Searched refs:AdjustCursorAndSelection (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.h93 int32_t AdjustCursorAndSelection(int32_t currentCursorPosition) override;
H A Drender_text_field.h463 virtual int32_t AdjustCursorAndSelection(int32_t currentCursorPosition) = 0;
H A Drosen_render_text_field.cpp1625 int32_t RosenRenderTextField::AdjustCursorAndSelection(int32_t currentCursorPosition) function in OHOS::Ace::RosenRenderTextField
H A Drender_text_field.cpp2096 temp.selection.Update(AdjustCursorAndSelection(temp.selection.GetEnd())); in OnValueChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp119 int32_t AdjustCursorAndSelection(int32_t currentCursorPosition) override in AdjustCursorAndSelection() function in OHOS::Ace::MockRenderTextField