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