Searched refs:tabBarLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
276 …auto tabBarLayoutAlgorithm = AceType::DynamicCast<TabBarLayoutAlgorithm>(tabBarPattern_->CreateLay… variable279 …youtWrapper.SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(tabBarLayoutAlgorithm));293 tabBarLayoutAlgorithm->axis_ = Axis::HORIZONTAL;294 float resultWidth = tabBarLayoutAlgorithm->GetContentMainSize(&layoutWrapper, frameSize);299 tabBarLayoutAlgorithm->axis_ = Axis::VERTICAL;300 resultWidth = tabBarLayoutAlgorithm->GetContentMainSize(&layoutWrapper, frameSize);316 …auto tabBarLayoutAlgorithm = AceType::DynamicCast<TabBarLayoutAlgorithm>(tabBarPattern_->CreateLay… variable319 …youtWrapper.SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(tabBarLayoutAlgorithm));363 tabBarLayoutAlgorithm->childCount_ = 1;364 tabBarLayoutAlgorithm->visibleItemLength_.clear();[all …]
1326 …auto tabBarLayoutAlgorithm = DynamicCast<TabBarLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap() local1327 CHECK_NULL_RETURN(tabBarLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()1330 visibleItemPosition_ = tabBarLayoutAlgorithm->GetVisibleItemPosition(); in OnDirtyLayoutWrapperSwap()1331 scrollMargin_ = tabBarLayoutAlgorithm->GetScrollMargin(); in OnDirtyLayoutWrapperSwap()1332 jumpIndex_ = tabBarLayoutAlgorithm->GetJumpIndex(); in OnDirtyLayoutWrapperSwap()1333 barGridMargin_ = tabBarLayoutAlgorithm->GetBarGridMargin(); in OnDirtyLayoutWrapperSwap()