Searched refs:GetMidIndex (Results 1 – 3 of 3) sorted by relevance
226 int32_t GetMidIndex(LayoutWrapper* layoutWrapper, bool usePreContentMainSize = false);
796 midIndex = GetMidIndex(layoutWrapper, true); in MeasureList()1782 int32_t ListLayoutAlgorithm::GetMidIndex(LayoutWrapper* layoutWrapper, bool usePreContentMainSize) in GetMidIndex() function in OHOS::Ace::NG::ListLayoutAlgorithm
218 … (centerIndex_ != listLayoutAlgorithm->GetMidIndex(AceType::RawPtr(dirty))); in OnDirtyLayoutWrapperSwap()229 centerIndex_ = listLayoutAlgorithm->GetMidIndex(AceType::RawPtr(dirty)); in OnDirtyLayoutWrapperSwap()