Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_system_manager.cpp41 const std::map<GridColumnType, std::vector<SystemGridInfo>> SYSTEM_GRID_TYPES = { variable
115 auto iter = SYSTEM_GRID_TYPES.find(columnType); in GetInfoByType()
116 if (iter != SYSTEM_GRID_TYPES.end()) { in GetInfoByType()