Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_item_component.h47 int32_t columnSpan_ = DEFAULT_COLUMN_SPAN;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.h102 int32_t columnSpan_ = DEFAULT_COLUMN_SPAN;
H A Ddom_list_item.cpp214 columnSpan = DEFAULT_COLUMN_SPAN; in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h415 int32_t columnSpan_ = DEFAULT_COLUMN_SPAN;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp204 const int32_t DEFAULT_COLUMN_SPAN = 1; variable
H A Dconstants.h208 extern const int32_t DEFAULT_COLUMN_SPAN;