Searched refs:GetRecognizerType (Results 1 – 6 of 6) sorted by relevance
291 GestureTypeName GetRecognizerType() const in GetRecognizerType() function296 return gestureInfo_->GetRecognizerType(); in GetRecognizerType()
101 GestureTypeName GetRecognizerType() const in GetRecognizerType() function
56 auto obj = CreateGestureEventObject(info, gestureInfo->GetRecognizerType()); in Execute()
166 type = gestureInfo->GetRecognizerType(); in GetType()
558 GetUniqueGestureEvent(&gestureEvent, gestureInfo->GetRecognizerType(), info); in setGestureInterrupterToNode()864 arkUIGestureRecognizer->type = static_cast<int32_t>(gestureInfo->GetRecognizerType()); in CreateGestureRecognizer()
5522 auto type = recognizer->GetRecognizerType(); in TriggerShouldParallelInnerWith()5527 if (!item->IsSystemGesture() || item->GetRecognizerType() != GestureTypeName::PAN_GESTURE) { in TriggerShouldParallelInnerWith()5534 auto iter = sortedResponseLinkRecognizers.find(item->GetRecognizerType()); in TriggerShouldParallelInnerWith()