Home
last modified time | relevance | path

Searched refs:SurfaceChanged (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h84 void SurfaceChanged(
H A Dace_ability.cpp499 SurfaceChanged(runArgs_.deviceConfig.orientation, runArgs_.deviceConfig.density, width, height); in OnConfigurationChanged()
512 void AceAbility::SurfaceChanged( in SurfaceChanged() function in OHOS::Ace::Platform::AceAbility
559 SurfaceChanged(systemParams.orientation, systemParams.density, systemParams.deviceWidth, systemParams.deviceHeight); in LoadDocument()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h49 static void SurfaceChanged(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height, int32_t orientation,
H A Dace_view_ohos.cpp61 void AceViewOhos::SurfaceChanged(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height, int32_t orientation, in SurfaceChanged() function in OHOS::Ace::Platform::AceViewOhos
H A Dace_ability.cpp447 Platform::AceViewOhos::SurfaceChanged(aceView, 0, 0, deviceHeight >= deviceWidth ? 0 : 1); in OnStart()
714 Platform::AceViewOhos::SurfaceChanged(aceView, rect.width_, rect.height_, in OnSizeChange()
H A Dui_content_impl.cpp1353 Platform::AceViewOhos::SurfaceChanged(aceView, round(formWidth_), round(formHeight_), in CommonInitializeForm()
1363 Platform::AceViewOhos::SurfaceChanged(aceView, 0, 0, deviceHeight >= deviceWidth ? 0 : 1); in CommonInitializeForm()
1917 Platform::AceViewOhos::SurfaceChanged(aceView, 0, 0, deviceHeight >= deviceWidth ? 0 : 1); in CommonInitialize()
2556 Platform::AceViewOhos::SurfaceChanged(aceView, config.Width(), config.Height(), config.Orientation(), in UpdateViewportConfigWithAnimation()
2563 Platform::AceViewOhos::SurfaceChanged(aceView, config.Width(), config.Height(), config.Orientation(), in UpdateViewportConfigWithAnimation()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp285 Platform::AceViewOhos::SurfaceChanged(aceView, width, height, config.Orientation()); in InitContainer()
1234 Platform::AceViewOhos::SurfaceChanged(aceView, width, height, 0); in InitToastDialogView()
1722 Platform::AceViewOhos::SurfaceChanged(aceView, width, height, 0); in UpdateAceView()
1861 Platform::AceViewOhos::SurfaceChanged(aceView, defaultDisplay->GetWidth(), defaultDisplay->GetHeight(), 0); in ResizeWindowForFoldStatus()

Completed in 15 milliseconds