Searched defs:itemWrapper (Results 1 – 5 of 5) sorted by relevance
164 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex( in MeasureToTarget() local345 … auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(GetChildIndexWithFooter(currentIndex)); in FillViewport() local426 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(GetChildIndexWithFooter(i)); in ModifyCurrentOffsetWhenReachEnd() local
605 for (const auto& itemWrapper : content.itemList) { in LayoutContent() local637 for (const auto& itemWrapper : content.itemList) { in GetFlexItemProperties() local658 …const RefPtr<LayoutWrapper>& itemWrapper, const FlexItemProperties& flexItemProperties, float rema… in CalcFlexGrowLayout()797 for (const auto& itemWrapper : content.itemList) { in LayoutColumnContent() local
628 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in FillBlankAtEnd() local1250 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in FillNewLineForward() local1297 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(firstItem); in AddForwardLines() local1389 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in FillNewLineBackward() local1434 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in LargeItemNextLineHeight() local1465 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in CalculateLineIndexForLargeItem() local1506 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in CalculateLineHeightForLargeItem() local1866 auto itemWrapper = layoutWrapper->GetChildByIndex(currentIndex, true); in FillNewCacheLineBackward() local1917 auto itemWrapper = layoutWrapper->GetChildByIndex(currentIndex, true); in FillNewCacheLineBackward() local2005 auto itemWrapper = layoutWrapper->GetChildByIndex(currentIndex, true); in CompleteItemCrossPosition() local[all …]
67 const RefPtr<LayoutWrapper>& itemWrapper, bool& /* hasNormalItem */) in LargeItemLineHeight()
106 void ListLanesLayoutAlgorithm::MeasureItem(const RefPtr<LayoutWrapper>& itemWrapper, int32_t index,… in MeasureItem()