/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
|
/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/frameworks/bridge/card_frontend/ |
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 | card_frontend_declarative.cpp | 225 void CardFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontendDeclarative
|
H A D | card_frontend.cpp | 327 void CardFrontend::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::CardFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_texture.cpp | 123 void ExtTexture::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtTexture
|
H A D | ext_surface.cpp | 154 void ExtSurface::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::ExtSurface
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 40 void XComponentSurfaceCallback::OnSurfaceChanged( in OnSurfaceChanged() function in OHOS::Ace::XComponentSurfaceCallback 305 void XComponentElement::OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, i… in OnSurfaceChanged() function in OHOS::Ace::XComponentElement
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_element.cpp | 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/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | render_scene_viewer.cpp | 337 void RenderSceneViewer::OnSurfaceChanged() function in OHOS::Ace::RenderSceneViewer
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 147 void OnSurfaceChanged(int32_t width, int32_t height) override {}; in OnSurfaceChanged() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _o_h___native_x_component.md | 1873 ### OnSurfaceChanged subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _o_h___native_x_component.md | 1910 ### OnSurfaceChanged subsection
|
/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
|
H A D | mock_plugin_frontend_delegate.cpp | 289 void PluginFrontendDelegate::OnSurfaceChanged() {} in OnSurfaceChanged() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 303 void (*OnSurfaceChanged)(OH_NativeXComponent* component, void* window); member
|
/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
|
H A D | frontend_delegate_declarative_ng.cpp | 638 void FrontendDelegateDeclarativeNG::OnSurfaceChanged() in OnSurfaceChanged() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 764 void ExtSurfaceCallback::OnSurfaceChanged(const sptr<Surface>& /* surface */, int32_t width, int32_… in DrawBuffer() function in OHOS::Ace::NG::ExtSurfaceCallback
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.cpp | 717 void JsFrontend::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::JsFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 648 void PluginFrontend::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::PluginFrontend
|
H A D | plugin_frontend_delegate.cpp | 1154 void PluginFrontendDelegate::OnSurfaceChanged() in OnSurfaceChanged() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 1078 void DeclarativeFrontend::OnSurfaceChanged(int32_t width, int32_t height) in Initialize() function in OHOS::Ace::DeclarativeFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 1664 void XComponentPattern::OnSurfaceChanged(const RectF& surfaceRect, bool needResizeNativeWindow) in OnSurfaceChanged() function in OHOS::Ace::NG::XComponentPattern
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 322 void PipelineContext::OnSurfaceChanged(int32_t width, int32_t height, WindowSizeChangeReason type, in OnSurfaceChanged() function in OHOS::Ace::NG::PipelineContext
|