Searched refs:tabBarLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
771 …auto tabBarLayoutAlgorithm = AceType::DynamicCast<TabBarLayoutAlgorithm>(tabBarPattern->CreateLayo… variable772 ASSERT_NE(tabBarLayoutAlgorithm, nullptr);778 tabBarLayoutAlgorithm->Measure(&layoutWrapper);781 tabBarLayoutAlgorithm->SetTabBarStyle(TabBarStyle::SUBTABBATSTYLE);784 tabBarLayoutAlgorithm->SetTabBarStyle(TabBarStyle::BOTTOMTABBATSTYLE);789 tabBarLayoutAlgorithm->SetTabBarStyle(TabBarStyle::SUBTABBATSTYLE);846 …auto tabBarLayoutAlgorithm = AceType::DynamicCast<TabBarLayoutAlgorithm>(tabBarPattern->CreateLayo… variable847 ASSERT_NE(tabBarLayoutAlgorithm, nullptr);852 tabBarLayoutAlgorithm->SetTabBarStyle(TabBarStyle::BOTTOMTABBATSTYLE);853 tabBarLayoutAlgorithm->SetIndicator(indicator);[all …]
564 …auto tabBarLayoutAlgorithm = DynamicCast<TabBarLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap() local565 CHECK_NULL_RETURN(tabBarLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()566 tabItemOffsets_ = tabBarLayoutAlgorithm->GetTabItemOffset(); in OnDirtyLayoutWrapperSwap()567 currentOffset_ = tabBarLayoutAlgorithm->GetCurrentOffset(); in OnDirtyLayoutWrapperSwap()568 childrenMainSize_ = tabBarLayoutAlgorithm->GetChildrenMainSize(); in OnDirtyLayoutWrapperSwap()569 indicator_ = tabBarLayoutAlgorithm->GetIndicator(); in OnDirtyLayoutWrapperSwap()570 scrollMargin_ = tabBarLayoutAlgorithm->GetScrollMargin(); in OnDirtyLayoutWrapperSwap()