Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp50 firstChildSize_ = renderList_.GetMainSize(itemChild->GetLayoutSize()); in PerformLayout()
69 if (renderList_.IsCenterLayout() && firstChildSize_ < renderList_.GetMainSize(viewPort_)) { in PerformLayout()
71 lastChildSize_ = firstChildSize_; in PerformLayout()
119 …if (isPlatformFive && renderList_.IsCenterLayout() && firstChildSize_ < renderList_.GetMainSize(vi… in SetChildPosition()
120 mainAxis += (renderList_.GetMainSize(viewPort_) - firstChildSize_) * HALF_SIZE; in SetChildPosition()
127 …if (isPlatformFive && renderList_.IsCenterLayout() && firstChildSize_ < renderList_.GetMainSize(vi… in SetChildPosition()
128 mainAxis += (renderList_.GetMainSize(viewPort_) - firstChildSize_) * HALF_SIZE; in SetChildPosition()
222 lastChildSize_ = firstChildSize_; in AdjustLayoutSize()
226 changeSize = changeSize - (firstChildSize_ + lastChildSize_) * HALF_SIZE; in AdjustLayoutSize()
H A Dlist_watch_layout_manager.h48 double firstChildSize_ = 0.0; variable