Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp674 int32_t remainingChildCount = childCount_; in HandleAlwaysAverageSplitLayoutStyle() local
681 allocatedItemWidth = totalWidth / remainingChildCount; in HandleAlwaysAverageSplitLayoutStyle()
688 remainingChildCount--; in HandleAlwaysAverageSplitLayoutStyle()
692 } while (hasLongItem && remainingChildCount > 0 && Positive(totalWidth)); in HandleAlwaysAverageSplitLayoutStyle()