Home
last modified time | relevance | path

Searched refs:NotifySurfaceChanged (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.cpp46 void AceViewPreview::NotifySurfaceChanged(int32_t width, int32_t height, in NotifySurfaceChanged() function in OHOS::Ace::Platform::AceViewPreview
H A Dace_view_preview.h184 void NotifySurfaceChanged(
H A Dui_content_impl.cpp424 view->NotifySurfaceChanged(deviceWidth_, deviceHeight_); in CommonInitialize()
541 viewPtr->NotifySurfaceChanged(config.Width(), config.Height()); in UpdateViewportConfig()
H A Dace_ability.cpp378 view->NotifySurfaceChanged(runArgs_.deviceWidth, runArgs_.deviceHeight); in InitEnv()
524 viewPtr->NotifySurfaceChanged(width, height, type); in SurfaceChanged()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h169 void NotifySurfaceChanged(int width, int height, WindowSizeChangeReason type,
H A Dace_view_ohos.cpp82 view->NotifySurfaceChanged(width, height, type, rsTransaction); in SurfaceChanged()