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 D | form_renderer.cpp | 289 uiContent_->OnFormSurfaceChange(resizedWidth, resizedHeight); in UpdateFormSize() 490 uiContent_->OnFormSurfaceChange(width, height); in AttachUIContent()
|
H A D | form_renderer_dispatcher_impl.cpp | 172 …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 D | mock_ui_content.h | 78 …MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeRea…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.h | 140 void OnFormSurfaceChange(float width, float height, float borderWidth = 0.0);
|
H A D | form_manager_delegate.cpp | 586 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 D | mock_uicontent.h | 83 …MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeRea…
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 111 void OnFormSurfaceChange(float width, float height,
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 195 virtual void OnFormSurfaceChange(float width, float height,
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_test.cpp | 273 …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 D | ui_content_impl.h | 175 void OnFormSurfaceChange(float width, float height,
|
H A D | ui_content_impl.cpp | 3131 void UIContentImpl::OnFormSurfaceChange(float width, float height, OHOS::Rosen::WindowSizeChangeRea… in OnFormSurfaceChange() function in OHOS::Ace::UIContentImpl
|