Home
last modified time | relevance | path

Searched defs:rotationRecognizer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Drotation_recognizer_test_ng.cpp47 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
175 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
218 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
262 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
306 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
350 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
394 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
420 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
446 …RotationRecognizer rotationRecognizer = RotationRecognizer(SINGLE_FINGER_NUMBER, ROTATION_GESTURE_… variable
726 …auto rotationRecognizer = AceType::DynamicCast<RotationRecognizer>(rotationGesture.CreateRecognize… variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Drotation_gesture.cpp24 auto rotationRecognizer = AceType::MakeRefPtr<OHOS::Ace::RotationRecognizer>(fingers_, angle_); in CreateRecognizer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Drotation_gesture.cpp42 auto rotationRecognizer = AceType::MakeRefPtr<RotationRecognizer>(fingers_, angle_); in CreateRecognizer() local