Home
last modified time | relevance | path

Searched refs:GetPriorityMask (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dtap_gesture_test_ng.cpp65 EXPECT_EQ(tapRecognizer->GetPriorityMask(), GestureMask::Normal);
75 EXPECT_EQ(tapRecognizer->GetPriorityMask(), GestureMask::Normal);
108 EXPECT_EQ(tapRecognizer->GetPriorityMask(), GestureMask::Normal);
118 EXPECT_EQ(tapRecognizer->GetPriorityMask(), GestureMask::Normal);
H A Dgesture_group_test_ng.cpp736 EXPECT_EQ(groupRecognizer->GetPriorityMask(), GestureMask::Normal);
748 EXPECT_EQ(groupRecognizer->GetPriorityMask(), GestureMask::Normal);
760 EXPECT_EQ(groupRecognizer->GetPriorityMask(), GestureMask::Normal);
826 EXPECT_EQ(groupRecognizer->GetPriorityMask(), GestureMask::Normal);
836 EXPECT_EQ(groupRecognizer->GetPriorityMask(), GestureMask::Normal);
846 EXPECT_EQ(groupRecognizer->GetPriorityMask(), GestureMask::Normal);
912 EXPECT_EQ(groupRecognizer->GetPriorityMask(), GestureMask::Normal);
H A Drotation_recognizer_test_ng.cpp729 EXPECT_EQ(rotationRecognizer->GetPriorityMask(), GestureMask::Normal);
803 EXPECT_EQ(rotationRecognizer->GetPriorityMask(), GestureMask::Normal);
H A Dpinch_recognizer_test_ng.cpp568 EXPECT_EQ(pinchRecognizer->GetPriorityMask(), GestureMask::Normal);
593 EXPECT_EQ(pinchRecognizer->GetPriorityMask(), GestureMask::Normal);
H A Dpan_recognizer_test_ng.cpp1405 EXPECT_EQ(panRecognizer->GetPriorityMask(), GestureMask::Normal);
1446 EXPECT_EQ(panRecognizer->GetPriorityMask(), GestureMask::Normal);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_recognizer.h74 GestureMask GetPriorityMask() const in GetPriorityMask() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h142 GestureMask GetPriorityMask() const in GetPriorityMask() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp1505 ignoreInternal = recognizers_[i]->GetPriorityMask() == GestureMask::IgnoreInternal; in AddRecognizerToResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp322 auto gestureMask = recognizer->GetPriorityMask(); in ProcessTouchTestHierarchy()