Searched refs:GetHitWindow (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | drag_controller_test.cpp | 575 ASSERT_EQ(nullptr, dragcontroller->GetHitWindow(id, point)); in HWTEST_F() 590 ASSERT_EQ(nullptr, dragcontroller->GetHitWindow(id, point)); in HWTEST_F() 607 ASSERT_EQ(nullptr, dragcontroller->GetHitWindow(id, point)); in HWTEST_F() 661 ASSERT_EQ(nullptr, dragcontroller->GetHitWindow(id, point)); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | drag_controller.h | 47 sptr<WindowNode> GetHitWindow(DisplayId id, const PointInfo point);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | drag_controller.cpp | 47 sptr<WindowNode> hitWindowNode = GetHitWindow(dragNode->GetDisplayId(), point); in UpdateDragInfo() 78 sptr<WindowNode> hitWindow = GetHitWindow(dragNode->GetDisplayId(), point); in StartDrag() 113 sptr<WindowNode> DragController::GetHitWindow(DisplayId id, PointInfo point) in GetHitWindow() function in OHOS::Rosen::DragController
|
Completed in 3 milliseconds