Home
last modified time | relevance | path

Searched refs:SetCardSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_component.h65 void SetCardSize(const Dimension& width, const Dimension& height) in SetCardSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dform_model_impl.cpp39 form->SetCardSize(width.IsValid() ? width : 0.0_vp, height.IsValid() ? height : 0.0_vp); in SetSize()