Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h114 void SetGridItemHeight(const Dimension& height) in SetGridItemHeight() function
H A Drender_grid_layout_item.h146 void SetGridItemHeight(const Dimension& height) in SetGridItemHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_item.cpp188 JSClass<JSGridItem>::StaticMethod("height", &JSGridItem::SetGridItemHeight); in JSBind()