Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_col.cpp89 auto gridParam = JSRef<JSObject>::Cast(jsValue); in ParserGridContainerSize() local
91 auto xs = gridParam->GetProperty("xs"); in ParserGridContainerSize()
95 auto sm = gridParam->GetProperty("sm"); in ParserGridContainerSize()
99 auto md = gridParam->GetProperty("md"); in ParserGridContainerSize()
103 auto lg = gridParam->GetProperty("lg"); in ParserGridContainerSize()
107 auto xl = gridParam->GetProperty("xl"); in ParserGridContainerSize()
111 auto xxl = gridParam->GetProperty("xxl"); in ParserGridContainerSize()
127 auto gridParam = JSRef<JSObject>::Cast(info[0]); in Create() local
128 auto spanParam = gridParam->GetProperty("span"); in Create()
129 auto offsetParam = gridParam->GetProperty("offset"); in Create()
[all …]
H A Djs_grid_row.cpp179 auto gridParam = JSRef<JSObject>::Cast(jsValue); in ParserColumns() local
181 auto xs = gridParam->GetProperty("xs"); in ParserColumns()
185 auto sm = gridParam->GetProperty("sm"); in ParserColumns()
189 auto md = gridParam->GetProperty("md"); in ParserColumns()
193 auto lg = gridParam->GetProperty("lg"); in ParserColumns()
197 auto xl = gridParam->GetProperty("xl"); in ParserColumns()
201 auto xxl = gridParam->GetProperty("xxl"); in ParserColumns()
H A Djs_tabs.cpp545 auto gridParam = JSRef<JSObject>::Cast(info[0]); in SetBarGridAlign() local
546 auto sm = gridParam->GetProperty("sm"); in SetBarGridAlign()
551 auto md = gridParam->GetProperty("md"); in SetBarGridAlign()
556 auto lg = gridParam->GetProperty("lg"); in SetBarGridAlign()
562 …if (ParseJsDimensionVp(gridParam->GetProperty("gutter"), columnGutter) && NonNegative(columnGutter… in SetBarGridAlign()
567 …if (ParseJsDimensionVp(gridParam->GetProperty("margin"), columnMargin) && NonNegative(columnMargin… in SetBarGridAlign()