Home
last modified time | relevance | path

Searched refs:UpdateFormSizeOfFormRequests (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_group.h87 void UpdateFormSizeOfFormRequests(double width, double height, float borderWidth);
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_group.cpp181 void FormRendererGroup::UpdateFormSizeOfFormRequests(double width, double height, float borderWidth) in UpdateFormSizeOfFormRequests() function in OHOS::Ace::FormRendererGroup
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp1746 group->UpdateFormSizeOfFormRequests(width, height, borderWidth); in UpdateFormSizeOfGroups()