Searched refs:lastChildSize_ (Results 1 – 2 of 2) sorted by relevance
52 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()
49 double lastChildSize_ = 0.0; variable