Home
last modified time | relevance | path

Searched refs:GetHitOffset (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp104 PointInfo point = {property->GetWindowRect().posX_ + property->GetHitOffset().x, in FinishDrag()
105 property->GetWindowRect().posY_ + property->GetHitOffset().y}; in FinishDrag()
147 point.x = property->GetWindowRect().posX_ + property->GetHitOffset().x; in GetHitPoint()
148 point.y = property->GetWindowRect().posY_ + property->GetHitOffset().y; in GetHitPoint()
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h323 const PointInfo& GetHitOffset() const;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h364 const PointInfo& GetHitOffset() const;
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp209 const PointInfo& WindowOption::GetHitOffset() const in GetHitOffset() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp319 ASSERT_EQ(point.x, option->GetHitOffset().x); in HWTEST_F()
320 ASSERT_EQ(point.y, option->GetHitOffset().y); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp172 const PointInfo& WindowOption::GetHitOffset() const in GetHitOffset() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp146 property_->SetHitOffset(option->GetHitOffset()); in InitWindowProperty()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h123 const PointInfo& GetHitOffset() const;
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp504 const PointInfo& WindowProperty::GetHitOffset() const in GetHitOffset() function in OHOS::Rosen::WindowProperty

Completed in 13 milliseconds