Home
last modified time | relevance | path

Searched refs:SetOnGestureJudgeNativeBegin (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtarget_component.cpp62 void TargetComponent::SetOnGestureJudgeNativeBegin(GestureJudgeFunc&& onGestureJudgeBegin) in SetOnGestureJudgeNativeBegin() function in OHOS::Ace::NG::TargetComponent
H A Dtarget_component.h63 void SetOnGestureJudgeNativeBegin(GestureJudgeFunc&& onGestureJudgeBegin);
H A Dgesture_event_hub.h323 void SetOnGestureJudgeNativeBegin(GestureJudgeFunc&& gestureJudgeFunc);
H A Dgesture_event_hub.cpp1416 void GestureEventHub::SetOnGestureJudgeNativeBegin(GestureJudgeFunc&& gestureJudgeFunc) in SetOnGestureJudgeNativeBegin() function in OHOS::Ace::NG::GestureEventHub
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp181 gestureHub->SetOnGestureJudgeNativeBegin(gestureJudgeFunc);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp1678 gestureEventHub->SetOnGestureJudgeNativeBegin(gestureJudgeFunc);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1550 gestureHub->SetOnGestureJudgeNativeBegin([](const RefPtr<NG::GestureInfo>& gestureInfo, in InitMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2645 targetComponent->SetOnGestureJudgeNativeBegin(std::move(callbackNative)); in AddJudgeToTargetComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp836 gestureHub->SetOnGestureJudgeNativeBegin([](const RefPtr<NG::GestureInfo>& gestureInfo, in InitPanEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3496 …gestureHub->SetOnGestureJudgeNativeBegin([weak = WeakClaim(this)](const RefPtr<NG::GestureInfo>& g… in InitPanEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp6595 …gestureHub->SetOnGestureJudgeNativeBegin([weak = WeakClaim(this)](const RefPtr<NG::GestureInfo>& g… in OnBackPressed()