Home
last modified time | relevance | path

Searched refs:GetHitPoint (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h48 bool GetHitPoint(uint32_t windowId, PointInfo& point);
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp40 if (!GetHitPoint(windowId, point)) { in UpdateDragInfo()
70 if (!GetHitPoint(windowId, point)) { in StartDrag()
139 bool DragController::GetHitPoint(uint32_t windowId, PointInfo& point) in GetHitPoint() function in OHOS::Rosen::DragController
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp665 * @tc.name: GetHitPoint
666 * @tc.desc: GetHitPoint
669 HWTEST_F(DragControllerTest, GetHitPoint, Function | SmallTest | Level2) in HWTEST_F()
674 auto result = dragcontroller->GetHitPoint(windowId, point); in HWTEST_F()

Completed in 3 milliseconds