Home
last modified time | relevance | path

Searched defs:isSystemGesture (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h32 GestureInfo(std::string tag, GestureTypeName type, bool isSystemGesture) in GestureInfo() argument
35 GestureInfo(GestureTypeName type, bool isSystemGesture) : type_(type), isSystemGesture_(isSystemGesture) {} in GestureInfo() argument
36 GestureInfo(GestureTypeName type, GestureTypeName trueType, bool isSystemGesture) in GestureInfo() argument
42 explicit GestureInfo(bool isSystemGesture) : isSystemGesture_(isSystemGesture) {} in GestureInfo() argument
111 void SetIsSystemGesture(bool isSystemGesture) in SetIsSystemGesture() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h306 void SetIsSystemGesture(bool isSystemGesture) in SetIsSystemGesture() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2917 bool isSystemGesture; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1322 bool isSystemGesture; member

Completed in 34 milliseconds