Searched refs:baseRect (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_systemsubwindow_test.cpp | 113 struct Rect baseRect = {0, 0, 100, 200}; variable 115 … sptr<Window> baseWindow = CreateBaseWindow(static_cast<WindowType>(*itor), baseRect, baseFlags); 172 struct Rect baseRect = {0, 0, 100, 200}; variable 174 … sptr<Window> baseWindow = CreateBaseWindow(static_cast<WindowType>(*itor), baseRect, baseFlags); 208 struct Rect baseRect = {0, 0, 100, 200}; variable 239 struct Rect baseRect = {0, 0, 100, 200}; variable 269 struct Rect baseRect = {0, 0, 100, 200}; variable 277 sptr<Window> systemSubWindow = CreateSystemSubWindow(baseWindow, baseRect, baseFlags); 308 struct Rect baseRect = {0, 0, 100, 200}; variable 349 struct Rect baseRect = {0, 0, 100, 200}; variable [all …]
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 517 Rect baseRect = { defaultDisplayInfo->GetOffsetX(), defaultDisplayInfo->GetOffsetY(), variable 523 ASSERT_EQ(rectInfo.posX_, baseRect.posX_); 524 ASSERT_EQ(rectInfo.posY_, baseRect.posY_); 525 ASSERT_EQ(rectInfo.width_, baseRect.width_); 526 ASSERT_EQ(rectInfo.height_, baseRect.height_);
|