Searched refs:gridHeight_ (Results 1 – 7 of 7) sorted by relevance
42 gridHeight_ = renderList_.GetHeight(); in Update()188 …mainSize_ = ((gridHeight_ > 0.0) && (gridHeight_ < renderList_.GetLayoutParam().GetMaxSize().Heigh… in CalculateAxisSize()189 ? gridHeight_ in CalculateAxisSize()198 …crossSize_ = ((gridHeight_ > 0.0) && (gridHeight_ < renderList_.GetLayoutParam().GetMaxSize().Heig… in CalculateAxisSize()199 ? gridHeight_ in CalculateAxisSize()
76 double gridHeight_ = -1.0; variable
229 gridHeight_ = grid->GetHeight(); in Update()695 … mainSize_ = ((gridHeight_ > 0.0) && (gridHeight_ < GetLayoutParam().GetMaxSize().Height())) ? in CalculateAxisSize()696 gridHeight_ : GetLayoutParam().GetMaxSize().Height(); in CalculateAxisSize()702 … crossSize_ = ((gridHeight_ > 0.0) && (gridHeight_ < GetLayoutParam().GetMaxSize().Height())) ? in CalculateAxisSize()703 gridHeight_ : GetLayoutParam().GetMaxSize().Height(); in CalculateAxisSize()
212 double gridHeight_ = -1.0; variable
84 gridHeight_ = grid->GetHeight(); in Update()483 …rowSize_ = ((gridHeight_ > 0.0) && (gridHeight_ < GetLayoutParam().GetMaxSize().Height())) ? gridH… in InitialGridProp()508 gridHeight_ = rowSize_; in InitialGridProp()1617 rowSize_ = ((gridHeight_ > 0.0) && (gridHeight_ < GetLayoutParam().GetMaxSize().Height())) in CalculateHorizontalSize()1618 ? gridHeight_ in CalculateHorizontalSize()
456 double gridHeight_ = -1.0; variable
103 …gridWidth_ != grid->GetWidth() || gridHeight_ != grid->GetHeight() || colsArgs_ != grid->GetColumn… in NeedUpdate()379 double rowSize = ((gridHeight_ > 0.0) && (gridHeight_ < GetLayoutParam().GetMaxSize().Height())) in GetGridSize()380 ? gridHeight_ in GetGridSize()