Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_coverage_test_ng.cpp86 pipelineContext->displayWindowRectInfo_.width_ = SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx(); in SetSheetType()
843 pipelineContext->displayWindowRectInfo_.width_ = SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx();
870 …pipelineContext->displayWindowRectInfo_.width_ = SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx() - 5.0…
1433 …pipelineContext->displayWindowRectInfo_.width_ = 2*WINDOW_EDGE_SPACE.ConvertToPx() + algorithm->sh…
1531 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight();
1533 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight() - 10.0f;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1071 displayWindowRectInfo_ = displayWindowRectInfo; in SetDisplayWindowRectInfo()
1080 return displayWindowRectInfo_; in GetDisplayWindowRectInfo()
1583 Rect displayWindowRectInfo_; variable