/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_delegate.h | 66 … 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);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.h | 46 …void OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height) ove… 77 void OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height);
|
H A D | xcomponent_element.cpp | 40 void XComponentSurfaceCallback::OnSurfaceChanged( in OnSurfaceChanged() function in OHOS::Ace::XComponentSurfaceCallback 45 xcomponentElement->OnSurfaceChanged(surface, width, height); in OnSurfaceChanged() 305 void XComponentElement::OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, i… in OnSurfaceChanged() function in OHOS::Ace::XComponentElement
|
H A D | render_xcomponent.cpp | 365 if (callback && callback->OnSurfaceChanged != nullptr) { in NativeXComponentChange() 366 callback->OnSurfaceChanged(nXComp, surface); in NativeXComponentChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | render_scene_viewer.h | 65 OnSurfaceChanged(); in OnAttachContext() 124 void OnSurfaceChanged();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_surface.cpp | 109 surface->OnSurfaceChanged(width, height); in CreateExtSurface() 154 void ExtSurface::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtSurface
|
H A D | ext_surface.h | 57 void OnSurfaceChanged(int32_t width, int32_t height);
|
H A D | ext_texture.h | 54 void OnSurfaceChanged(int32_t width, int32_t height);
|
H A D | ext_texture.cpp | 123 void ExtTexture::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtTexture
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _o_h___native_x_component___callback.md | 21 | void(\* [OnSurfaceChanged](_o_h___native_x_component.md#onsurfacechanged) )([OH_NativeXComponent]…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_element.h | 46 void OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t oldHeight);
|
H A D | text_field_element.cpp | 79 textField->OnSurfaceChanged(width, height, oldWidth, oldHeight); in Update() 223 void TextFieldElement::OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t ol… in OnSurfaceChanged() function in OHOS::Ace::TextFieldElement
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _o_h___native_x_component___callback.md | 24 | [OnSurfaceChanged](_o_h___native_x_component.md#onsurfacechanged)| Invoked when the surface chang…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | screen_system_manager.cpp | 26 void ScreenSystemManager::OnSurfaceChanged(double width) in OnSurfaceChanged() function in OHOS::Ace::ScreenSystemManager
|
H A D | screen_system_manager.h | 71 void OnSurfaceChanged(double width);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 143 context->OnSurfaceChanged(surfaceWidth, surfaceHeight); in UpdateSurfaceSize() 151 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in UpdateSurfaceSizeWithAnimathion() 363 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in RunSameCard()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.cpp | 327 void CardFrontend::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontend 343 parseJsCard_->OnSurfaceChanged(width, height); in HandleSurfaceChanged()
|
H A D | form_frontend_declarative.cpp | 103 void FormFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::FormFrontendDeclarative
|
H A D | form_frontend_declarative.h | 53 void OnSurfaceChanged(int32_t width, int32_t height) override;
|
H A D | card_frontend_declarative.h | 72 void OnSurfaceChanged(int32_t width, int32_t height) override;
|
H A D | card_frontend_declarative.cpp | 225 void CardFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontendDeclarative
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 81 void OnSurfaceChanged(int32_t width, int32_t height) override in OnSurfaceChanged() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 127 void PluginFrontend::OnSurfaceChanged(int32_t width, int32_t height) {} in OnSurfaceChanged() function in OHOS::Ace::PluginFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 502 void DeclarativeFrontendNG::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::DeclarativeFrontendNG 506 delegate_->OnSurfaceChanged(); in OnSurfaceChanged()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/ |
H A D | spring_chain_test.cpp | 101 context_->OnSurfaceChanged(100, 200); in SetUp()
|