Searched refs:OnFormSurfaceChange (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_dispatcher_impl.cpp | 139 uiContent->OnFormSurfaceChange(uiWidth, uiHeight, static_cast<OHOS::Rosen::WindowSizeChangeReason>(reason), in DispatchSurfaceChangeEvent()
|
H A D | form_renderer.cpp | 453 uiContent_->OnFormSurfaceChange(width, height); in AttachUIContent()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ui_content.h | 79 MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeReason reason,
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.h | 133 void OnFormSurfaceChange(float width, float height, float borderWidth = 0.0);
|
H A D | form_manager_delegate.cpp | 568 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 D | ui_content_impl.h | 112 void OnFormSurfaceChange(float width, float height,
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 84 MOCK_METHOD4(OnFormSurfaceChange, void(float width, float height, OHOS::Rosen::WindowSizeChangeReason reason,
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 195 virtual void OnFormSurfaceChange(float width, float height, in OnFormSurfaceChange() function in OHOS::OHOS::Ace::UIContent
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_test.cpp | 267 * @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 D | ui_content_impl.h | 173 void OnFormSurfaceChange(float width, float height,
|
H A D | ui_content_impl.cpp | 3086 void UIContentImpl::OnFormSurfaceChange(float width, float height, OHOS::Rosen::WindowSizeChangeReason type, in OnFormSurfaceChange() function in OHOS::Ace::UIContentImpl
|
Completed in 15 milliseconds