Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp69 constexpr static int32_t CONTENT_INDEX = 3; variable
239 if (children.size() <= CONTENT_INDEX) { in GetContentNode()
244 std::advance(iter, CONTENT_INDEX); in GetContentNode()