Home
last modified time | relevance | path

Searched refs:trueType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h36 GestureInfo(GestureTypeName type, GestureTypeName trueType, bool isSystemGesture) in GestureInfo() argument
37 : type_(type), recognizerType_(trueType), isSystemGesture_(isSystemGesture) in GestureInfo()
96 void SetRecognizerType(GestureTypeName trueType) in SetRecognizerType() argument
98 recognizerType_ = trueType; in SetRecognizerType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h299 void SetRecognizerType(GestureTypeName trueType) in SetRecognizerType() argument
304 gestureInfo_->SetRecognizerType(trueType); in SetRecognizerType()