Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp52 lastChildSize_ = renderList_.GetMainSize(itemChild->GetLayoutSize()); in PerformLayout()
70 if (NearZero(lastChildSize_)) { in PerformLayout()
71 lastChildSize_ = firstChildSize_; in PerformLayout()
221 if (NearZero(lastChildSize_)) { in AdjustLayoutSize()
222 lastChildSize_ = firstChildSize_; in AdjustLayoutSize()
226 changeSize = changeSize - (firstChildSize_ + lastChildSize_) * HALF_SIZE; in AdjustLayoutSize()
229 return size + (renderList_.GetMainSize(viewPort_) - lastChildSize_) * HALF_SIZE; in AdjustLayoutSize()
H A Dlist_watch_layout_manager.h49 double lastChildSize_ = 0.0; variable