Searched refs:NotifySurfaceChanged (Results 1 - 6 of 6) sorted by relevance
/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() 560 viewPtr->NotifySurfaceChanged(config.Width(), config.Height()); in UpdateViewportConfig()
|
H A D | ace_ability.cpp | 381 view->NotifySurfaceChanged(runArgs_.deviceWidth, runArgs_.deviceHeight); in InitEnv() 532 viewPtr->NotifySurfaceChanged(width, height, type); in SurfaceChanged()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.h | 169 void NotifySurfaceChanged(int width, int height, WindowSizeChangeReason type, in NotifySurfaceChanged() function in OHOS::Ace::Platform::AceViewOhos
|
H A D | ace_view_ohos.cpp | 66 view->NotifySurfaceChanged(width, height, type, rsTransaction); in SurfaceChanged()
|
Completed in 5 milliseconds