Home
last modified time | relevance | path

Searched defs:movePoint (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_drag_bar_pattern.cpp170 auto movePoint = OffsetF(info.GetGlobalLocation().GetX(), info.GetGlobalLocation().GetY()); in HandleTouchMove() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
Ddrag_bar_pattern.cpp303 auto movePoint = OffsetF(info.GetGlobalLocation().GetX(), info.GetGlobalLocation().GetY()); in HandleTouchMove() local
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
Drender_drag_bar.cpp286 void RenderDragBar::HandleTouchMove(const Offset& movePoint) in HandleTouchMove()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dpipeline_context.cpp1163 auto movePoint = (*iter).CreateScalePoint(GetViewScale()); in OnTouchEvent() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_context.cpp1644 auto movePoint = (*iter).CreateScalePoint(GetViewScale()); in OnTouchEvent() local
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Drender_grid_layout.cpp2785 Point movePoint = GetPointFromTouchInfo(info); in MayStartToSlide() local