Home
last modified time | relevance | path

Searched refs:GetStartX (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h126 uint32_t GetStartX() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp187 int32_t currentDisplayOffsetX = screenProperty.GetStartX(); in GetTargetRect()
219 originalDisplayOffsetX_ = screenProperty.GetStartX(); in InitCrossDisplayProperty()
521 screenProperty.GetStartX(), in GetScreenRectById()
542 int32_t currentDisplayTranX = screenProperty.GetStartX(); in CalcUnifiedTranslate()
1094 screenProperty.GetStartX(), in GetNewAddedDisplayIdsDuringMoveDrag()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp434 ASSERT_EQ(ret, property->GetStartX()); in HWTEST_F()
463 ASSERT_EQ(100, property->GetStartX()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp387 uint32_t ScreenProperty::GetStartX() const in GetStartX() function in OHOS::Rosen::ScreenProperty
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp214 .x = screenProperty.GetStartX(), in ConstructDisplayInfos()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp488 oss << std::left << std::setw(LINE_WIDTH) << "StartPosition<X, Y>: " << screenProperty.GetStartX() in DumpScreenPropertyById()

Completed in 7 milliseconds