/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | render_plugin.cpp | 30 if (rootWidth_ == rootWidth && rootHeight_ == rootHeight) { in Update() 33 rootWidth_ = rootWidth; in Update() 45 if (rootWidth_.IsValid() && rootHeight_.IsValid()) { in PerformLayout() 46 …drawSize_ = Size(NormalizePercentToPx(rootWidth_, false), NormalizePercentToPx(rootHeight_, true)); in PerformLayout()
|
H A D | render_plugin.h | 59 Dimension rootWidth_ = 0.0_vp;
|
H A D | plugin_sub_container.h | 175 Dimension rootWidth_ = 0.0_vp; variable
|
H A D | plugin_sub_container.cpp | 140 if (rootWidth_ == rootWidth && rootHeight_ == rootHeight) { in UpdateRootElementSize()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | root_component_mock.cpp | 26 rootWidth_(DEFAULT_CONTAINER_WIDTH), in RootComponentMock() 50 rootWidth_ = width; in PrepareRootContainer() 74 ConstrainedParameter parentParameter = {rootWidth_, rootHeight_}; in RenderComponent()
|
H A D | root_component_mock.h | 47 int16_t rootWidth_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 47 pipeline_->rootWidth_ = DISPLAY_WIDTH; in SetUp() 69 rootWidth_ = rootWidth; in SetRootSize() 82 return static_cast<float>(MockPipelineContext::GetCurrent()->rootWidth_); in GetCurrentRootWidth() 149 CalcSize idealSize { CalcLength(rootWidth_), CalcLength(rootHeight_) }; in SetupRootElement()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 486 rootWidth_ = width / viewScale_; in UpdateRootSizeAndScale() 745 if (NotifyVirtualKeyBoard(rootWidth_, rootHeight_, keyboardHeight)) { in OnVirtualKeyboardAreaChange() 765 if (NotifyVirtualKeyBoard(rootWidth_, rootHeight_, keyboardHeight)) { in OnVirtualKeyboardAreaChange()
|
H A D | pipeline_base.h | 846 return rootWidth_; in GetRootWidth() 1535 double rootWidth_ = 0.0; variable
|
H A D | pipeline_context.cpp | 393 return Rect(0.0, 0.0, rootWidth_, rootHeight_); in GetRootRect() 560 curDirtyRect.SetRect(0.0, 0.0, rootWidth_, rootHeight_); in FlushRender() 2224 const Rect paintRect(0.0, 0.0, rootWidth_, rootHeight_); in SetRootSizeWithWidthHeight() 2249 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootSizeWithWidthHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/ |
H A D | plugin_sub_container_test.cpp | 220 pluginSubContainer.rootWidth_ = 1.0_vp;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | sheet_coverage_test_ng.cpp | 897 MockPipelineContext::GetCurrent()->rootWidth_ = 5.0f; 982 MockPipelineContext::GetCurrent()->rootWidth_ = 100.0f; 989 MockPipelineContext::GetCurrent()->rootWidth_ = SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx(); 1026 MockPipelineContext::GetCurrent()->rootWidth_ = SHEET_PC_DEVICE_WIDTH_BREAKPOINT.ConvertToPx();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 164 return static_cast<float>(context->rootWidth_); in GetCurrentRootWidth() 1058 CalcSize idealSize { CalcLength(rootWidth_), CalcLength(rootHeight_) }; in SetupRootElement() 1156 CalcSize idealSize { CalcLength(rootWidth_), CalcLength(rootHeight_) }; in SetupSubRootElement() 1256 if (NearEqual(rootWidth_, width) && NearEqual(rootHeight_, height) && in OnSurfaceChanged() 1322 callback(newWidth, newHeight, rootWidth_, rootHeight_, type); in ExecuteSurfaceChangedCallbacks() 1533 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootRect() 1841 SizeF rootSize { static_cast<float>(rootWidth_), static_cast<float>(rootHeight_) }; in OriginalAvoidanceLogic() 1942 …SizeF rootSize { static_cast<float>(context->rootWidth_), static_cast<float>(context->rootHeight_)… in OnVirtualKeyboardHeightChange() 2069 …SizeF rootSize { static_cast<float>(context->rootWidth_), static_cast<float>(context->rootHeight_)… in OnCaretPositionChangeOrKeyboardHeightChange()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_wrapper_test_ng.cpp | 1597 context->rootWidth_ = RK356_WIDTH;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 444 context_->rootWidth_ = DEFAULT_INT10;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_layout_test_ng.cpp | 970 const float rootWidth = MockPipelineContext::GetCurrent()->rootWidth_;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/ |
H A D | calendar_test_ng.cpp | 1345 pipeline->rootWidth_ = OFFSET_X;
|