/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);
|
/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) override; 77 void OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height);
|
H A D | xcomponent_element.cpp | 37 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 D | render_xcomponent.cpp | 363 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 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 | 76 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 D | render_scene_viewer.h | 65 OnSurfaceChanged(); 124 void OnSurfaceChanged();
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_surface.cpp | 103 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 D | ext_texture.h | 54 void OnSurfaceChanged(int32_t width, int32_t height);
|
H A D | ext_surface.h | 57 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 125 LOGI("OnSurfaceChanged. width: %{public}d height: %{public}d", width, height); in OnSurfaceChanged()
|
/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);
|
/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()
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_declarative.h | 53 void OnSurfaceChanged(int32_t width, int32_t height) override;
|
H A D | form_frontend_declarative.cpp | 97 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 D | card_frontend.cpp | 319 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 D | card_frontend_declarative.h | 72 void OnSurfaceChanged(int32_t width, int32_t height) override;
|
H A D | card_frontend_declarative.cpp | 217 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 D | mock_frontend.h | 81 void OnSurfaceChanged(int32_t width, int32_t height) override
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 499 void DeclarativeFrontendNG::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() function in OHOS::Ace::DeclarativeFrontendNG 503 delegate_->OnSurfaceChanged(); in OnSurfaceChanged()
|
H A D | declarative_frontend_ng.h | 107 void OnSurfaceChanged(int32_t width, int32_t height) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 127 void OnSurfaceChanged(int32_t width, int32_t height) override;
|
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/ |
H A D | spring_chain_test.cpp | 101 context_->OnSurfaceChanged(100, 200);
|
/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
|