Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp26 constexpr uint32_t COLUMN_CHILD_NUM = 2; variable
53 if (!column || column->GetChildren().size() != COLUMN_CHILD_NUM) { in GetStackElement()
160 if (!column || column->GetChildren().size() != COLUMN_CHILD_NUM) { in ShowTitle()
222 if (!column || column->GetChildren().size() != COLUMN_CHILD_NUM) { in PerformBuild()