Home
last modified time | relevance | path

Searched defs:allowedTypes (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dmulti_fingers_recognizer.cpp129 std::set<SourceTool> allowedTypes = {}; in DumpGestureInfo() local
H A Dgesture_recognizer.cpp65 auto allowedTypes = gestureInfo_->GetAllowedTypes(); in IsAllowedType() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/
H A Dgesture_model_ng.cpp116 void GestureModelNG::SetAllowedTypes(const std::set<SourceTool>& allowedTypes) in SetAllowedTypes() argument
/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() argument
86 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_info.h169 void SetAllowedTypes(std::set<SourceTool> allowedTypes) in SetAllowedTypes() argument

Completed in 4 milliseconds