Home
last modified time | relevance | path

Searched refs:selectionDestinationOffset (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h198 result.append(selectionDestinationOffset.ToString()); in ToString()
216 OffsetF selectionDestinationOffset; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp803 richEditorPattern->textSelector_.selectionDestinationOffset = OffsetF(60, 40);
811 EXPECT_EQ(richEditorPattern->textSelector_.selectionDestinationOffset.GetY(), 30);
817 EXPECT_EQ(richEditorPattern->textSelector_.selectionDestinationOffset.GetY(), 35);
H A Drich_editor_test_ng.cpp3234 richEditorPattern->textSelector_.selectionDestinationOffset = OffsetF(60, 40);
3242 EXPECT_EQ(richEditorPattern->textSelector_.selectionDestinationOffset.GetY(), 30);
3248 EXPECT_EQ(richEditorPattern->textSelector_.selectionDestinationOffset.GetY(), 35);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h186 return textSelector_.selectionDestinationOffset; in GetEndOffset()
H A Dtext_pattern.cpp223 textSelector_.selectionDestinationOffset = secondHandleOffset; in CalculateHandleOffsetAndShowOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7555 textSelector_.selectionDestinationOffset = secondHandleOffset; in OnBackPressed()
8331 textSelector_.selectionDestinationOffset.AddY(offset); in OnBackPressed()
9030 textSelector_.selectionDestinationOffset.SetX( in OnBackPressed()