Searched refs:childEventHub (Results 1 – 4 of 4) sorted by relevance
107 auto childEventHub = childNode->GetOrCreateGestureEventHub(); variable108 childEventHub->SetHitTestMode(HitTestMode::HTMBLOCK);1050 auto childEventHub = childNode->GetOrCreateGestureEventHub(); variable1051 childEventHub->SetHitTestMode(HitTestMode::HTMBLOCK);1055 childEventHub->SetOnTouchIntercept(callback);1065 childEventHub->SetHitTestMode(hitTestModeofChild);1068 auto mode = childEventHub->GetHitTestMode();1078 childEventHub->SetOnTouchIntercept(blockCallback);1080 childEventHub->SetHitTestMode(hitTestModeofChild);1083 auto mode = childEventHub->GetHitTestMode();
244 auto childEventHub = childNode->GetOrCreateGestureEventHub(); variable289 childEventHub->SetHitTestMode(hitTestModeofChild);
1223 auto childEventHub = AceType::MakeRefPtr<EventHub>(); variable1224 childEventHub->AttachHost(child);1232 childFocusHub->eventHub_ = childEventHub;
425 auto childEventHub = childFrameNode->GetEventHub<EventHub>(); in HandleTouchableAndHitTestMode() local426 auto childGestureHub = childEventHub->GetGestureEventHub(); in HandleTouchableAndHitTestMode()