Home
last modified time | relevance | path

Searched refs:BetweenSelection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp503 EXPECT_NE(richEditorPattern->BetweenSelection(textOffset), true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h633 bool BetweenSelection(const Offset& globalOffset);
H A Drich_editor_pattern.cpp2771 if (BetweenSelection(info.GetGlobalLocation())) { in IsClickEventOnlyForMenuToggle()
3497 bool isLongPressSelectArea = BetweenSelection(info.GetGlobalLocation()) && !isDoubleClick; in HandleDoubleClickOrLongPress()
6923 if (textSelector_.IsValid() && BetweenSelection(info.GetGlobalLocation())) { in OnBackPressed()
7613 bool RichEditorPattern::BetweenSelection(const Offset& globalOffset) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
7639 return copyOption_ != CopyOptions::None && BetweenSelection(globalOffset); in OnBackPressed()