Searched refs:SurfaceChanged (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.h | 84 void SurfaceChanged(
|
H A D | ace_ability.cpp | 499 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 D | ace_view_ohos.h | 49 static void SurfaceChanged(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height, int32_t orientation,
|
H A D | ace_view_ohos.cpp | 61 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 D | ace_ability.cpp | 447 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 D | ui_content_impl.cpp | 1353 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 D | subwindow_ohos.cpp | 285 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