Home
last modified time | relevance | path

Searched refs:childTouchTestList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dsequenced_recognizer.cpp200 if (point.type == TouchType::DOWN && !point.childTouchTestList.empty()) { in HandleEvent()
201 childTouchTestList_ = point.childTouchTestList; in HandleEvent()
360 item.second.childTouchTestList = childTouchTestList_; in SendTouchEventToNextRecognizer()
H A Dgesture_recognizer.cpp488 …isChildTouchTestResult = std::any_of(event.childTouchTestList.begin(), event.childTouchTestList.en… in IsInAttachedNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h114 std::list<std::string> childTouchTestList; member
507 std::list<std::string> childTouchTestList; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2446 if (!touchRestrict.childTouchTestList.empty()) { in OnTouchEvent()
2447 scalePoint.childTouchTestList = touchRestrict.childTouchTestList; in OnTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2756 touchRestrict.childTouchTestList.emplace_back(touchRes.id); in TouchTest()