Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp224 std::vector<double> repeatLens; in ParseArgsWithAutoFill() local
232 repeatLens.push_back(sizeItem); in ParseArgsWithAutoFill()
259 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end()); in ParseArgsWithAutoFill()
409 std::vector<double> repeatLens; in ParseArgsWithAutoFit() local
418 repeatLens.push_back(sizeItem); in ParseArgsWithAutoFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp201 std::vector<double> repeatLens; in ParseArgsWithAutoFill() local
209 repeatLens.push_back(sizeItem); in ParseArgsWithAutoFill()
237 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end()); in ParseArgsWithAutoFill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp3365 std::vector<double> repeatLens; in ParseArgsWithAutoFill() local
3372 repeatLens.push_back(sizeItem); in ParseArgsWithAutoFill()
3395 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end()); in ParseArgsWithAutoFill()