Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_reflect_map.h87 const std::map<std::string, GridTemplateType> GridTemplateMap = {
88 { DOM_GRID_TEMPLATE_TYPE_NORMAL, GridTemplateType::NORMAL },
89 { DOM_GRID_TEMPLATE_TYPE_GRID, GridTemplateType::GRID },
H A Ddom_grid_container.cpp107 auto templateType = GridTemplateType::NORMAL; in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_container_info.h83 void SetGridTemplateType(const GridTemplateType& templateType) in SetGridTemplateType()
143 GridTemplateType templateType_ = GridTemplateType::NORMAL;
H A Dgrid_layout_info.h26 enum class GridTemplateType { enum
H A Dgrid_system_manager.h57 SystemGridInfo GetSystemGridInfo(const GridTemplateType& templateType, double width);
H A Dgrid_system_manager.cpp159 SystemGridInfo GridSystemManager::GetSystemGridInfo(const GridTemplateType& templateType, double wi… in GetSystemGridInfo()
162 if (templateType == GridTemplateType::NORMAL) { in GetSystemGridInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dgrid_property_test_ng.cpp285 builder.SetGridTemplateType(GridTemplateType::NORMAL);