Home
last modified time | relevance | path

Searched refs:OnFormSurfaceChange (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp289 uiContent_->OnFormSurfaceChange(resizedWidth, resizedHeight); in UpdateFormSize()
490 uiContent_->OnFormSurfaceChange(width, height); in AttachUIContent()
H A Dform_renderer_dispatcher_impl.cpp172 …uiContent->OnFormSurfaceChange(uiWidth, uiHeight, static_cast<OHOS::Rosen::WindowSizeChangeReason>… in HandleSurfaceChangeEvent()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h78 …MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeRea…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.h140 void OnFormSurfaceChange(float width, float height, float borderWidth = 0.0);
H A Dform_manager_delegate.cpp586 formManagerDelegate->OnFormSurfaceChange(width, height, borderWidth); in RegisterRenderDelegateEvent()
785 void FormManagerDelegate::OnFormSurfaceChange(float width, float height, float borderWidth) in OnFormSurfaceChange() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h83 …MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeRea…
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h111 void OnFormSurfaceChange(float width, float height,
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h195 virtual void OnFormSurfaceChange(float width, float height,
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp273 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), OnFormSurfaceChange(FORM_WIDTH_2,…
282 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), OnFormSurfaceChange(FORM_WIDTH_2,…
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h175 void OnFormSurfaceChange(float width, float height,
H A Dui_content_impl.cpp3131 void UIContentImpl::OnFormSurfaceChange(float width, float height, OHOS::Rosen::WindowSizeChangeRea… in OnFormSurfaceChange() function in OHOS::Ace::UIContentImpl