Home
last modified time | relevance | path

Searched refs:GetOnGestureJudgeBeginCallback (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtarget_component.h65 GestureJudgeFunc GetOnGestureJudgeBeginCallback() in GetOnGestureJudgeBeginCallback() function
H A Dgesture_event_hub.h325 GestureJudgeFunc GetOnGestureJudgeBeginCallback() const in GetOnGestureJudgeBeginCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drotation_recognizer.cpp383 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dpinch_recognizer.cpp445 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dlong_press_recognizer.cpp487 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dswipe_recognizer.cpp434 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dclick_recognizer.cpp507 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dpan_recognizer.cpp717 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2641 auto callback = gestureHub->GetOnGestureJudgeBeginCallback(); in AddJudgeToTargetComponent()