Home
last modified time | relevance | path

Searched refs:DragTest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h297 …RefPtr<RenderNode> DragTest(const TouchEvent& point, const RefPtr<RenderNode>& renderNode, int32_t…
H A Dpipeline_context.cpp1510 return DragTest(point, rootElement_->GetRenderNode(), 0); in DragTestAll()
1513 RefPtr<RenderNode> PipelineContext::DragTest( in DragTest() function in OHOS::Ace::PipelineContext
1522 RefPtr<RenderNode> tmp = DragTest(point, *it, deep + 1); in DragTest()