Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h687 nodeExclusiveRecognizer_ = nullptr; in CleanNodeRecognizer()
794 RefPtr<ExclusiveRecognizer> nodeExclusiveRecognizer_; variable
H A Dgesture_event_hub.cpp428 if (!nodeExclusiveRecognizer_) { in CombineIntoExclusiveRecognizer()
429nodeExclusiveRecognizer_ = AceType::MakeRefPtr<ExclusiveRecognizer>(std::move(recognizers)); in CombineIntoExclusiveRecognizer()
431 nodeExclusiveRecognizer_->AddChildren(recognizers); in CombineIntoExclusiveRecognizer()
433 nodeExclusiveRecognizer_->SetCoordinateOffset(offset); in CombineIntoExclusiveRecognizer()
434 nodeExclusiveRecognizer_->BeginReferee(touchId); in CombineIntoExclusiveRecognizer()
435 current = nodeExclusiveRecognizer_; in CombineIntoExclusiveRecognizer()