Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.cpp321 auto isUpInRegion = IsPointInRegion(event); in HandleTouchUpEvent() local
331 if (equalsToFingers_ && (currentTouchPointsNum_ == 0) && isUpInRegion) { in HandleTouchUpEvent()