Home
last modified time | relevance | path

Searched refs:defaultDisplayInfo_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp64 static sptr<DisplayInfo> defaultDisplayInfo_; member in OHOS::Rosen::WindowLayoutPolicyTest
75 sptr<DisplayInfo> WindowLayoutPolicyTest::defaultDisplayInfo_ = nullptr; member in OHOS::Rosen::WindowLayoutPolicyTest
92 defaultDisplayInfo_ = display->GetDisplayInfo(); in SetUpTestCase()
93 ASSERT_TRUE((defaultDisplayInfo_ != nullptr)); in SetUpTestCase()
104 container_ = new WindowNodeContainer(defaultDisplayInfo_, display->GetScreenId()); in SetUpTestCase()
113 defaultDisplayInfo_ = nullptr; in TearDownTestCase()
121 displayGroupInfo_.AddDisplayInfo(defaultDisplayInfo_); in SetUp()
153 displayInfo->SetDisplayId((defaultDisplayInfo_->GetDisplayId() + 1)); in CreateDisplayInfo()
188 Rect expRect2 = displayGroupInfo_.GetDisplayRect(defaultDisplayInfo_->GetDisplayId());
250 auto displayRect = displayGroupInfo_.GetDisplayRect(defaultDisplayInfo_->GetDisplayId());
[all …]