Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp564 auto judgeDistance = distance_; in CalculateTruthFingers() local
566 judgeDistance = mouseDistance_; in CalculateTruthFingers()
568 …return GreatNotEqual(totalDistance, judgeDistance) && static_cast<int32_t>(touchPointsDistance_.si… in CalculateTruthFingers()
573 auto judgeDistance = deviceType_ == SourceType::MOUSE ? mouseDistance_ : distance_; in IsPanGestureAccept() local
576 if (fabs(offset) < judgeDistance) { in IsPanGestureAccept()
585 if (fabs(offset) < judgeDistance) { in IsPanGestureAccept()
600 if (fabs(offset) < judgeDistance) { in IsPanGestureAccept()