Searched refs:BetweenSelection (Results 1 – 3 of 3) sorted by relevance
503 EXPECT_NE(richEditorPattern->BetweenSelection(textOffset), true);
633 bool BetweenSelection(const Offset& globalOffset);
2771 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::RichEditorPattern7639 return copyOption_ != CopyOptions::None && BetweenSelection(globalOffset); in OnBackPressed()