Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dgesture_model_impl.h31 void SetAllowedTypes(const std::set<SourceTool>& allowedTypes) override {} in SetAllowedTypes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dgesture_info.h40 …explicit GestureInfo(std::set<SourceTool> allowedTypes) : allowedTypes_(std::move(allowedTypes)) {} in GestureInfo()
86 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
Dmulti_fingers_recognizer.cpp131 std::set<SourceTool> allowedTypes = {}; in DumpGestureInfo() local
Dgesture_recognizer.cpp75 auto allowedTypes = gestureInfo_->GetAllowedTypes(); in IsAllowedType() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/
Dgesture_model_ng.cpp120 void GestureModelNG::SetAllowedTypes(const std::set<SourceTool>& allowedTypes) in SetAllowedTypes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
Dgesture_info.h178 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_gesture.cpp551 std::set<SourceTool> allowedTypes{}; in SetAllowedTypes() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
Dscroll_bar_pattern.cpp849 std::set<SourceTool> allowedTypes = { SourceTool::MOUSE }; in InitClickEvent() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js4522 allowedTypes(types) { method in TapGestureHandler
4559 allowedTypes(types) { method in LongPressGestureHandler
4601 allowedTypes(types) { method in PanGestureHandler
4628 allowedTypes(types) { method in SwipeGestureHandler
4669 allowedTypes(types) { method in PinchGestureHandler
4710 allowedTypes(types) { method in RotationGestureHandler
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_common_bridge.cpp6399 std::set<SourceTool> allowedTypes{}; in SetGestureAllowedTypes() local