Home
last modified time | relevance | path

Searched defs:irregularIndexes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_options.h58 std::set<int32_t> irregularIndexes; member
H A Dgrid_pattern.cpp1878 std::string irregularIndexes = std::string("IrregularIndexes: ["); in GetIrregularIndexesString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.cpp813 auto irregularIndexes = std::make_unique<int32_t[]>(length); in SetGridLayoutOptions() local