Searched refs:IsClickBoundary (Results 1 – 3 of 3) sorted by relevance
1242 bool IsClickBoundary(const int32_t position);
8666 if (IsClickBoundary(pos) && targeType == CaretUpdateType::PRESSED) { in OnBackPressed()8756 bool RichEditorPattern::IsClickBoundary(const int32_t position) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
686 auto ret = richEditorPattern->IsClickBoundary(caretPosition);