Home
last modified time | relevance | path

Searched refs:allocatedRowSizes_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp274 auto allocatedPositionY = allocatedRowSizes_[row] + (row + rowSpan - 1) * rowGap_; in SetChildPosition()
865 allocatedRowSizes_.clear(); in PerformLayout()
866 allocatedRowSizes_.insert(allocatedRowSizes_.begin(), rowCount_ + 1, 0.0); in PerformLayout()
878 allocatedRowSizes_.back() + (rowCount_ - 1) * rowGap_))); in PerformLayout()
2479allocatedRowSizes_[rowIndex + itemRowSpan] = allocatedRowSizes_[rowIndex] + item->GetLayoutSize().… in RefreshAllocatedRowSizes()
H A Drender_grid_layout.h445 std::vector<double> allocatedRowSizes_; variable