Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_dispatcher_impl.cpp139 uiContent->OnFormSurfaceChange(uiWidth, uiHeight, static_cast<OHOS::Rosen::WindowSizeChangeReason>(reason), in DispatchSurfaceChangeEvent()
H A Dform_renderer.cpp453 uiContent_->OnFormSurfaceChange(width, height); in AttachUIContent()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h79 MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeReason reason,
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.h133 void OnFormSurfaceChange(float width, float height, float borderWidth = 0.0);
H A Dform_manager_delegate.cpp568 formManagerDelegate->OnFormSurfaceChange(width, height, borderWidth); in RegisterRenderDelegateEvent()
759 void FormManagerDelegate::OnFormSurfaceChange(float width, float height, float borderWidth) in OnFormSurfaceChange() function in OHOS::Ace::FormManagerDelegate
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h112 void OnFormSurfaceChange(float width, float height,
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h84 MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeReason reason,
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h195 virtual void OnFormSurfaceChange(float width, float height, in OnFormSurfaceChange() function in OHOS::OHOS::Ace::UIContent
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp267 * @tc.expected: step5. onSurfaceChange & uiContent.OnFormSurfaceChange has been called in HWTEST_F()
275 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), OnFormSurfaceChange(FORM_WIDTH_2, FORM_HEIGHT_2, in HWTEST_F()
284 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), OnFormSurfaceChange(FORM_WIDTH_2, FORM_HEIGHT_2, in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h173 void OnFormSurfaceChange(float width, float height,
H A Dui_content_impl.cpp3086 void UIContentImpl::OnFormSurfaceChange(float width, float height, OHOS::Rosen::WindowSizeChangeReason type, in OnFormSurfaceChange() function in OHOS::Ace::UIContentImpl

Completed in 15 milliseconds