Searched refs:NotifySurfaceChanged (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.cpp | 46 void AceViewPreview::NotifySurfaceChanged(int32_t width, int32_t height, in NotifySurfaceChanged() function in OHOS::Ace::Platform::AceViewPreview
|
H A D | ace_view_preview.h | 184 void NotifySurfaceChanged(
|
H A D | ui_content_impl.cpp | 424 view->NotifySurfaceChanged(deviceWidth_, deviceHeight_); in CommonInitialize() 541 viewPtr->NotifySurfaceChanged(config.Width(), config.Height()); in UpdateViewportConfig()
|
H A D | ace_ability.cpp | 378 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 D | ace_view_ohos.h | 169 void NotifySurfaceChanged(int width, int height, WindowSizeChangeReason type,
|
H A D | ace_view_ohos.cpp | 82 view->NotifySurfaceChanged(width, height, type, rsTransaction); in SurfaceChanged()
|