Home
last modified time | relevance | path

Searched refs:SetPriorityMask (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dtap_gesture.cpp31 clickRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dtimeout_gesture.cpp33 timeout->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dlong_press_gesture.cpp27 longPressRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Drotation_gesture.cpp42 rotationRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dslide_gesture.cpp37 slideRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dpinch_gesture.cpp50 pinchRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dgesture_group.cpp54 groupRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dpan_gesture.cpp53 panRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dgesture_recognizer.h79 void SetPriorityMask(GestureMask priorityMask) in SetPriorityMask() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dtap_gesture.cpp32 clickRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dlong_press_gesture.cpp28 longPressRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dswipe_gesture.cpp37 swipeRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dpinch_gesture.cpp50 pinchRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Drotation_gesture.cpp60 rotationRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dpan_gesture.cpp52 panRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
H A Dgesture_group.cpp53 groupRecognizer->SetPriorityMask(gestureMask_); in CreateRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h147 void SetPriorityMask(GestureMask priorityMask) in SetPriorityMask() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp682 …clickRecognizer2->SetPriorityMask(GestureMask::IgnoreInternal); // current will assigned…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp404 recognizer->SetPriorityMask(gestureMask); in AddGestureToGestureHierarchy()