Searched refs:SetRootSizeWithWidthHeight (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2016 SetRootSizeWithWidthHeight(width_, height_, 0); in OnVirtualKeyboardHeightChange() 2025 SetRootSizeWithWidthHeight(width_, height_, -offsetFix); in OnVirtualKeyboardHeightChange() 2057 SetRootSizeWithWidthHeight(width, height); in WindowSizeChangeAnimate() 2070 SetRootSizeWithWidthHeight(width, height); in WindowSizeChangeAnimate() 2076 SetRootSizeWithWidthHeight(width, height); in WindowSizeChangeAnimate() 2086 SetRootSizeWithWidthHeight(width, height); in WindowSizeChangeAnimate() 2146 SetRootSizeWithWidthHeight(width, height); in OnSurfaceChanged() 2219 void PipelineContext::SetRootSizeWithWidthHeight(int32_t width, int32_t height, int32_t offset) in SetRootSizeWithWidthHeight() function in OHOS::Ace::PipelineContext
|
H A D | pipeline_context.h | 807 SetRootSizeWithWidthHeight(width, height, offset); 848 void SetRootSizeWithWidthHeight(int32_t width, int32_t height, int32_t offset = 0);
|