Searched refs:NotifySurfaceChange (Results 1 – 4 of 4) sorted by relevance
75 void FormManagerDelegate::NotifySurfaceChange(float width, float height, float borderWidth) {} in NotifySurfaceChange() function in OHOS::Ace::FormManagerDelegate
144 void NotifySurfaceChange(float width, float height, float borderWidth = 0.0);
754 void FormManagerDelegate::NotifySurfaceChange(float width, float height, float borderWidth) in NotifySurfaceChange() function in OHOS::Ace::FormManagerDelegate
790 …formManagerBridge_->NotifySurfaceChange(info.width.Value(), info.height.Value(), info.borderWidth); in UpdateFormComponentSize()