Home
last modified time | relevance | path

Searched refs:NotifySurfaceChange (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp75 void FormManagerDelegate::NotifySurfaceChange(float width, float height, float borderWidth) {} in NotifySurfaceChange() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.h144 void NotifySurfaceChange(float width, float height, float borderWidth = 0.0);
H A Dform_manager_delegate.cpp754 void FormManagerDelegate::NotifySurfaceChange(float width, float height, float borderWidth) in NotifySurfaceChange() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp790 …formManagerBridge_->NotifySurfaceChange(info.width.Value(), info.height.Value(), info.borderWidth); in UpdateFormComponentSize()