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 D | rosen_window.cpp | 224 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 D | rosen_window.h | 74 void FlushLayoutSize(int32_t width, int32_t height) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 78 virtual void FlushLayoutSize(int32_t width, int32_t height) {} in FlushLayoutSize() function
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test4.cpp | 1455 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 D | window.h | 417 virtual void FlushLayoutSize(int32_t width, int32_t height) {} in FlushLayoutSize() function
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 414 void FlushLayoutSize(int32_t width, int32_t height) override;
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 2368 virtual void FlushLayoutSize(int32_t width, int32_t height) {} in FlushLayoutSize() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 1952 window_->FlushLayoutSize(width_, height_); in FlushVsync()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 887 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 D | pipeline_context.cpp | 644 window_->FlushLayoutSize(width_, height_); in FlushVsync()
|