Searched refs:postEventRefereeNG_ (Results 1 – 2 of 2) sorted by relevance
175 return postEventRefereeNG_; in GetGestureRefereeNG()364 RefPtr<NG::GestureReferee> postEventRefereeNG_; variable
313 postEventRefereeNG_->CheckSourceTypeChange(touchPoint.sourceType); in PostEventTouchTest()314 if (postEventRefereeNG_->QueryAllDone(touchPoint.id)) { in PostEventTouchTest()315 postEventRefereeNG_->CleanGestureScope(touchPoint.id); in PostEventTouchTest()316 if (postEventTouchTestResults_.empty() && postEventRefereeNG_->QueryAllDone()) { in PostEventTouchTest()317 postEventRefereeNG_->CleanAll(); in PostEventTouchTest()878 postEventRefereeNG_->AddGestureToScope(point.id, iter->second); in PostEventDispatchTouchEvent()913 postEventRefereeNG_->CleanGestureScope(point.id); in PostEventDispatchTouchEvent()916 postEventRefereeNG_->CleanRedundanceScope(); in PostEventDispatchTouchEvent()2028 postEventRefereeNG_ = AceType::MakeRefPtr<NG::GestureReferee>(); in EventManager()