Searched refs:tabBarLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
80 …auto tabBarLayoutAlgorithm = AceType::DynamicCast<TabBarLayoutAlgorithm>(tabBarPattern_->CreateLay… variable88 …youtWrapper.SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(tabBarLayoutAlgorithm));112 tabBarLayoutAlgorithm->LayoutMask(&layoutWrapper, childOffsetDelta);130 …auto tabBarLayoutAlgorithm = AceType::DynamicCast<TabBarLayoutAlgorithm>(tabBarPattern_->CreateLay… variable133 …youtWrapper.SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(tabBarLayoutAlgorithm));154 tabBarLayoutAlgorithm->LayoutMask(&layoutWrapper, {});171 …auto tabBarLayoutAlgorithm = AceType::DynamicCast<TabBarLayoutAlgorithm>(tabBarPattern_->CreateLay… variable179 …youtWrapper.SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(tabBarLayoutAlgorithm));215 tabBarLayoutAlgorithm->LayoutMask(&layoutWrapper, childOffsetDelta);521 auto tabBarLayoutAlgorithm = variable[all …]
1147 …auto tabBarLayoutAlgorithm = DynamicCast<TabBarLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap() local1148 CHECK_NULL_RETURN(tabBarLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()1151 visibleItemPosition_ = tabBarLayoutAlgorithm->GetVisibleItemPosition(); in OnDirtyLayoutWrapperSwap()1152 scrollMargin_ = tabBarLayoutAlgorithm->GetScrollMargin(); in OnDirtyLayoutWrapperSwap()1153 jumpIndex_ = tabBarLayoutAlgorithm->GetJumpIndex(); in OnDirtyLayoutWrapperSwap()1154 barGridMargin_ = tabBarLayoutAlgorithm->GetBarGridMargin(); in OnDirtyLayoutWrapperSwap()