Home
last modified time | relevance | path

Searched refs:ExecuteSurfaceChangedCallbacks (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h999 …void ExecuteSurfaceChangedCallbacks(int32_t newWidth, int32_t newHeight, WindowSizeChangeReason ty…
H A Dpipeline_context.cpp1261 ExecuteSurfaceChangedCallbacks(width, height, type); in OnSurfaceChanged()
1318 void PipelineContext::ExecuteSurfaceChangedCallbacks(int32_t newWidth, int32_t newHeight, WindowSiz… in ExecuteSurfaceChangedCallbacks() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp122 context_->ExecuteSurfaceChangedCallbacks(0, 0, WindowSizeChangeReason::ROTATION);