Searched refs:GetPriorityMask (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | tap_gesture_test_ng.cpp | 65 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 D | gesture_group_test_ng.cpp | 736 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 D | rotation_recognizer_test_ng.cpp | 729 EXPECT_EQ(rotationRecognizer->GetPriorityMask(), GestureMask::Normal); 803 EXPECT_EQ(rotationRecognizer->GetPriorityMask(), GestureMask::Normal);
|
H A D | pinch_recognizer_test_ng.cpp | 568 EXPECT_EQ(pinchRecognizer->GetPriorityMask(), GestureMask::Normal); 593 EXPECT_EQ(pinchRecognizer->GetPriorityMask(), GestureMask::Normal);
|
H A D | pan_recognizer_test_ng.cpp | 1405 EXPECT_EQ(panRecognizer->GetPriorityMask(), GestureMask::Normal); 1446 EXPECT_EQ(panRecognizer->GetPriorityMask(), GestureMask::Normal);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_recognizer.h | 74 GestureMask GetPriorityMask() const in GetPriorityMask() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | gesture_recognizer.h | 142 GestureMask GetPriorityMask() const in GetPriorityMask() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 1505 ignoreInternal = recognizers_[i]->GetPriorityMask() == GestureMask::IgnoreInternal; in AddRecognizerToResult()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.cpp | 322 auto gestureMask = recognizer->GetPriorityMask(); in ProcessTouchTestHierarchy()
|