Home
last modified time | relevance | path

Searched refs:GetParallelInnerGestureToFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h317 ShouldBuiltInRecognizerParallelWithFunc GetParallelInnerGestureToFunc() const;
H A Dgesture_event_hub.cpp1401 ShouldBuiltInRecognizerParallelWithFunc GestureEventHub::GetParallelInnerGestureToFunc() const in GetParallelInnerGestureToFunc() function in OHOS::Ace::NG::GestureEventHub
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5513 auto shouldBuiltInRecognizerParallelWithFunc = gestureHub->GetParallelInnerGestureToFunc(); in TriggerShouldParallelInnerWith()