Home
last modified time | relevance | path

Searched refs:OnSurfaceChanged (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_delegate.h66 virtual void OnSurfaceChanged(const sptr<Surface>& surface, int32_t width, int32_t height) = 0;
155 void OnSurfaceChanged(uint32_t windowId, uint64_t surfaceId, int32_t width, int32_t height);
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.h46 void OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height) override;
77 void OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height);
H A Dxcomponent_element.cpp37 void XComponentSurfaceCallback::OnSurfaceChanged( in OnSurfaceChanged() function in OHOS::Ace::XComponentSurfaceCallback
42 xcomponentElement->OnSurfaceChanged(surface, width, height); in OnSurfaceChanged()
302 void XComponentElement::OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::XComponentElement
H A Drender_xcomponent.cpp363 if (callback && callback->OnSurfaceChanged != nullptr) { in NativeXComponentChange()
364 callback->OnSurfaceChanged(nXComp, surface); in NativeXComponentChange()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_element.h46 void OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t oldHeight);
H A Dtext_field_element.cpp76 textField->OnSurfaceChanged(width, height, oldWidth, oldHeight); in Update()
220 void TextFieldElement::OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t oldHeight) in OnSurfaceChanged() function in OHOS::Ace::TextFieldElement
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.h65 OnSurfaceChanged();
124 void OnSurfaceChanged();
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.cpp103 surface->OnSurfaceChanged(width, height); in CreateExtSurface()
148 void ExtSurface::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtSurface
150 LOGI("OnSurfaceChanged. width: %{public}d height: %{public}d", width, height); in OnSurfaceChanged()
H A Dext_texture.h54 void OnSurfaceChanged(int32_t width, int32_t height);
H A Dext_surface.h57 void OnSurfaceChanged(int32_t width, int32_t height);
H A Dext_texture.cpp123 void ExtTexture::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtTexture
125 LOGI("OnSurfaceChanged. width: %{public}d height: %{public}d", width, height); in OnSurfaceChanged()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dscreen_system_manager.cpp26 void ScreenSystemManager::OnSurfaceChanged(double width) in OnSurfaceChanged() function in OHOS::Ace::ScreenSystemManager
H A Dscreen_system_manager.h71 void OnSurfaceChanged(double width);
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp143 context->OnSurfaceChanged(surfaceWidth, surfaceHeight); in UpdateSurfaceSize()
151 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in UpdateSurfaceSizeWithAnimathion()
363 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in RunSameCard()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.h53 void OnSurfaceChanged(int32_t width, int32_t height) override;
H A Dform_frontend_declarative.cpp97 void FormFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::FormFrontendDeclarative
99 TAG_LOGI(AceLogTag::ACE_FORM, "FormFrontendDeclarative OnSurfaceChanged entry"); in OnSurfaceChanged()
103 TAG_LOGE(AceLogTag::ACE_FORM, "FormFrontendDeclarative OnSurfaceChanged fail"); in OnSurfaceChanged()
108 TAG_LOGE(AceLogTag::ACE_FORM, "FormFrontendDeclarative OnSurfaceChanged, mediaQuery is null"); in OnSurfaceChanged()
H A Dcard_frontend.cpp319 void CardFrontend::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontend
335 parseJsCard_->OnSurfaceChanged(width, height); in HandleSurfaceChanged()
H A Dcard_frontend_declarative.h72 void OnSurfaceChanged(int32_t width, int32_t height) override;
H A Dcard_frontend_declarative.cpp217 void CardFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontendDeclarative
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h81 void OnSurfaceChanged(int32_t width, int32_t height) override
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp499 void DeclarativeFrontendNG::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::DeclarativeFrontendNG
503 delegate_->OnSurfaceChanged(); in OnSurfaceChanged()
H A Ddeclarative_frontend_ng.h107 void OnSurfaceChanged(int32_t width, int32_t height) override;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h127 void OnSurfaceChanged(int32_t width, int32_t height) override;
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H A Dspring_chain_test.cpp101 context_->OnSurfaceChanged(100, 200);
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp127 void PluginFrontend::OnSurfaceChanged(int32_t width, int32_t height) {} in OnSurfaceChanged() function in OHOS::Ace::PluginFrontend

Completed in 12 milliseconds

1234