Home
last modified time | relevance | path

Searched defs:allowedTypes (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgesture_model_impl.h31 void SetAllowedTypes(const std::set<SourceTool>& allowedTypes) override {} in SetAllowedTypes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h40 …explicit GestureInfo(std::set<SourceTool> allowedTypes) : allowedTypes_(std::move(allowedTypes)) {} in GestureInfo()
86 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dmulti_fingers_recognizer.cpp130 std::set<SourceTool> allowedTypes = {}; in DumpGestureInfo() local
H A Dgesture_recognizer.cpp75 auto allowedTypes = gestureInfo_->GetAllowedTypes(); in IsAllowedType() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/
H A Dgesture_model_ng.cpp120 void GestureModelNG::SetAllowedTypes(const std::set<SourceTool>& allowedTypes) in SetAllowedTypes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_info.h170 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.cpp521 std::set<SourceTool> allowedTypes{}; in SetAllowedTypes() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4478 allowedTypes(types) { method in TapGestureHandler
4514 allowedTypes(types) { method in LongPressGestureHandler
4555 allowedTypes(types) { method in PanGestureHandler
4581 allowedTypes(types) { method in SwipeGestureHandler
4621 allowedTypes(types) { method in PinchGestureHandler
4661 allowedTypes(types) { method in RotationGestureHandler
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6298 std::set<SourceTool> allowedTypes{}; in SetGestureAllowedTypes() local