Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_layout_algorithm.cpp33 constexpr int32_t TAB_BAR_INDEX = 2; variable
57 auto tabBarWrapper = layoutWrapper->GetOrCreateChildByIndex(TAB_BAR_INDEX); in Measure()
111 auto tabBarWrapper = layoutWrapper->GetChildByIndex(TAB_BAR_INDEX); in Layout()
140 …OffsetF((tabsWidth - offsetList[TAB_BAR_INDEX].GetX() - tabBarWidth), offsetList[TAB_BAR_INDEX].Ge… in Layout()
151 tabBarWrapper->GetGeometryNode()->SetMarginFrameOffset(offsetList[TAB_BAR_INDEX]); in Layout()
H A Dtabs_node.h29 constexpr int32_t TAB_BAR_INDEX = 2; variable
128 return GetChildAtIndex(TAB_BAR_INDEX); in GetTabBar()