Searched refs:CellLength (Results 1 – 4 of 4) sorted by relevance
46 static void CellLength(int32_t cellLength);
374 JSClass<JSGrid>::StaticMethod("cellLength", &JSGrid::CellLength, opt); in JSBind()477 void JSGrid::CellLength(int32_t cellLength) in CellLength() function in OHOS::Ace::Framework::JSGrid
136 ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(CellLength, int32_t);
159 ACE_UPDATE_LAYOUT_PROPERTY(GridLayoutProperty, CellLength, value); in SetCellLength()473 ACE_UPDATE_NODE_LAYOUT_PROPERTY(GridLayoutProperty, CellLength, cellLength, frameNode); in SetCellLength()