Home
last modified time | relevance | path

Searched refs:SetAllowedTypes (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_info.h169 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes() function in OHOS::Ace::NG::Gesture
172 gestureInfo_->SetAllowedTypes(std::move(allowedTypes)); in SetAllowedTypes()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgesture_model_impl.h31 void SetAllowedTypes(const std::set<SourceTool>& allowedTypes) override {}
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.cpp510 void JSGesture::SetAllowedTypes(const JSCallbackInfo& args) in SetAllowedTypes() function in OHOS::OHOS::Ace::Framework::JSGesture
532 GestureModel::GetInstance()->SetAllowedTypes(allowedTypes); in SetAllowedTypes()
677 JSClass<JSTapGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
686 JSClass<JSLongPressGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
697 JSClass<JSPanGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
708 JSClass<JSSwipeGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
716 JSClass<JSPinchGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
727 JSClass<JSRotationGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
H A Djs_gesture.h48 static void SetAllowedTypes(const JSCallbackInfo& args);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/
H A Dgesture_model_ng.h31 void SetAllowedTypes(const std::set<SourceTool>& allowedTypes) override;
H A Dgesture_model.h39 virtual void SetAllowedTypes(const std::set<SourceTool>& allowedTypes) = 0;
H A Dgesture_model_ng.cpp116 void GestureModelNG::SetAllowedTypes(const std::set<SourceTool>& allowedTypes) in SetAllowedTypes() function in OHOS::Ace::NG::GestureModelNG
122 gesture->SetAllowedTypes(allowedTypes); in SetAllowedTypes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h86 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes() function in OHOS::Ace::NG::GestureInfo
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp388 gestureInfo_->SetAllowedTypes(currGestureInfo->GetAllowedTypes()); in ReconcileGestureInfoFrom()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6236 gesturePtr->SetAllowedTypes(allowedTypes); in SetGestureAllowedTypes()

Completed in 22 milliseconds