Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp224 void RosenWindow::FlushLayoutSize(int32_t width, int32_t height) in FlushLayoutSize() function in OHOS::Ace::NG::RosenWindow
227 rsWindow_->FlushLayoutSize(width, height); in FlushLayoutSize()
H A Drosen_window.h74 void FlushLayoutSize(int32_t width, int32_t height) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h78 virtual void FlushLayoutSize(int32_t width, int32_t height) {} in FlushLayoutSize() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp1455 HWTEST_F(WindowSessionImplTest4, FlushLayoutSize, Function | SmallTest | Level2)
1466 window->FlushLayoutSize(width, height);
1470 window->FlushLayoutSize(width, height);
1474 window->FlushLayoutSize(width, height);
1478 window->FlushLayoutSize(width, height);
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h417 virtual void FlushLayoutSize(int32_t width, int32_t height) {} in FlushLayoutSize() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h414 void FlushLayoutSize(int32_t width, int32_t height) override;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2368 virtual void FlushLayoutSize(int32_t width, int32_t height) {} in FlushLayoutSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1952 window_->FlushLayoutSize(width_, height_); in FlushVsync()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp887 void WindowSessionImpl::FlushLayoutSize(int32_t width, int32_t height) in FlushLayoutSize() function in OHOS::Rosen::WindowSessionImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp644 window_->FlushLayoutSize(width_, height_); in FlushVsync()