Home
last modified time | relevance | path

Searched refs:forbiddenType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.cpp74 if ((touchRestrict_.forbiddenType & TouchRestrict::SWIPE) == TouchRestrict::SWIPE) { in HandleTouchDownEvent()
77 …if (((touchRestrict_.forbiddenType & TouchRestrict::SWIPE_HORIZONTAL) == TouchRestrict::SWIPE_HORI… in HandleTouchDownEvent()
81 …if (((touchRestrict_.forbiddenType & TouchRestrict::SWIPE_VERTICAL) == TouchRestrict::SWIPE_VERTIC… in HandleTouchDownEvent()
218 if ((touchRestrict_.forbiddenType & flag) != flag) { in IsDragGestureAccept()
223 if ((touchRestrict_.forbiddenType & flag) != flag) { in IsDragGestureAccept()
H A Dlong_press_recognizer.cpp76 if ((touchRestrict_.forbiddenType & TouchRestrict::LONG_PRESS) == TouchRestrict::LONG_PRESS) { in HandleTouchDownEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.h49 .forbiddenType = TouchRestrict::CLICK,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp352 touchRestrict.forbiddenType |= TouchRestrict::SWIPE_DOWN; in AdjustTouchRestrict()
354 touchRestrict.forbiddenType |= TouchRestrict::SWIPE_RIGHT; in AdjustTouchRestrict()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h493 uint32_t forbiddenType = NONE; member
497 forbiddenType |= gestureType; in UpdateForbiddenType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp161 if ((touchRestrict_.forbiddenType & TouchRestrict::LONG_PRESS) == TouchRestrict::LONG_PRESS) { in HandleTouchDownEvent()