Searched refs:IsClickAtBoundary (Results 1 – 2 of 2) sorted by relevance
233 bool IsClickAtBoundary(int32_t index, const Offset& touchOffset);
719 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