Home
last modified time | relevance | path

Searched refs:IsClickAtBoundary (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.h233 bool IsClickAtBoundary(int32_t index, const Offset& touchOffset);
H A Dtext_select_controller.cpp719 if (IsClickAtBoundary(index, touchOffset) && targetType == CaretUpdateType::PRESSED) { in NeedAIAnalysis()
777 bool TextSelectController::IsClickAtBoundary(int32_t index, const OHOS::Ace::Offset& touchOffset) in IsClickAtBoundary() function in OHOS::Ace::NG::TextSelectController