Home
last modified time | relevance | path

Searched refs:selectionBaseOffset (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h194 result.append(selectionBaseOffset.ToString()); in ToString()
212 OffsetF selectionBaseOffset; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp801 richEditorPattern->textSelector_.selectionBaseOffset = OffsetF(20, 20);
809 EXPECT_EQ(richEditorPattern->textSelector_.selectionBaseOffset.GetY(), 10);
815 EXPECT_EQ(richEditorPattern->textSelector_.selectionBaseOffset.GetY(), 15);
H A Drich_editor_edit_testone_ng.cpp494 EXPECT_EQ(richEditorPattern->textSelector_.selectionBaseOffset, offsetF);
575 EXPECT_EQ(richEditorPattern->textSelector_.selectionBaseOffset, offsetF);
H A Drich_editor_pattern_test_ng.cpp482 EXPECT_EQ(richEditorPattern->textSelector_.selectionBaseOffset.GetX(), x);
H A Drich_editor_test_ng.cpp3232 richEditorPattern->textSelector_.selectionBaseOffset = OffsetF(20, 20);
3240 EXPECT_EQ(richEditorPattern->textSelector_.selectionBaseOffset.GetY(), 10);
3246 EXPECT_EQ(richEditorPattern->textSelector_.selectionBaseOffset.GetY(), 15);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h181 return textSelector_.selectionBaseOffset; in GetStartOffset()
H A Dtext_pattern.cpp222 textSelector_.selectionBaseOffset = firstHandleOffset; in CalculateHandleOffsetAndShowOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7554 textSelector_.selectionBaseOffset = firstHandleOffset; in OnBackPressed()
8320 textSelector_.selectionBaseOffset.AddY(offset); in OnBackPressed()
9028 textSelector_.selectionBaseOffset.SetX( in OnBackPressed()