Searched refs:SetGestureGroup (Results 1 – 9 of 9) sorted by relevance
34 recognizer->SetGestureGroup(AceType::WeakClaim(this)); in ExclusiveRecognizer()43 recognizer->SetGestureGroup(AceType::WeakClaim(this)); in ExclusiveRecognizer()
35 recognizer->SetGestureGroup(AceType::WeakClaim(this)); in ParallelRecognizer()44 recognizer->SetGestureGroup(AceType::WeakClaim(this)); in ParallelRecognizer()
29 child_->SetGestureGroup(AceType::WeakClaim(this)); in SingleChildGestureRecognizer()40 child_->SetGestureGroup(AceType::WeakClaim(this)); in SetChild()
36 recognizer->SetGestureGroup(AceType::WeakClaim(this)); in SequencedRecognizer()
99 void SetGestureGroup(const WeakPtr<GestureRecognizer>& gestureGroup) in SetGestureGroup() function
37 if (recognizer && recognizer->SetGestureGroup(AceType::WeakClaim(this))) { in RecognizerGroup()47 if (recognizer && recognizer->SetGestureGroup(AceType::WeakClaim(this))) { in RecognizerGroup()
74 if (child && !Existed(child) && child->SetGestureGroup(AceType::WeakClaim(this))) { in AddChildren()173 child->SetGestureGroup(nullptr); in OnResetStatus()
162 bool SetGestureGroup(const WeakPtr<NGGestureRecognizer>& gestureGroup);
459 bool NGGestureRecognizer::SetGestureGroup(const WeakPtr<NGGestureRecognizer>& gestureGroup) in SetGestureGroup() function in OHOS::Ace::NG::NGGestureRecognizer