Searched refs:TAB_BAR_INDEX (Results 1 – 2 of 2) sorted by relevance
33 constexpr int32_t TAB_BAR_INDEX = 2; variable57 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()
29 constexpr int32_t TAB_BAR_INDEX = 2; variable128 return GetChildAtIndex(TAB_BAR_INDEX); in GetTabBar()