Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_column_split.cpp51 Rect dragRect(Offset(0.0, 0.0), GetPaintRect().GetSize()); in HandleDragUpdate() local
52 if (!dragRect.IsInRegion(Point(currentPoint.GetX(), currentPoint.GetY()))) { in HandleDragUpdate()
H A Drender_row_split.cpp54 Rect dragRect(Offset(0.0, 0.0), GetPaintRect().GetSize()); in HandleDragUpdate() local
55 if (!dragRect.IsInRegion(Point(currentPoint.GetX(), currentPoint.GetY()))) { in HandleDragUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp235 auto dragRect = Rect(paintRect.GetOffset() + Offset(NormalizeToPx(sidbarDrag), 0), in TouchTest() local
237 auto touchRect = GetTransformRect(dragRect); in TouchTest()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-drag-drop.md197 | setResult(dragRect: [DragResult](#dragresult10枚举说明))<sup>10+</sup> | void | 向DragEvent中设置拖拽结果。<br…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-drag-drop.md197 | setResult(dragRect: [DragResult](#dragresult10))<sup>10+</sup> | void | Sets the drag and drop re…