Searched refs:bottomValue (Results 1 – 1 of 1) sorted by relevance
3088 int bottomValue = 0; in calcAbsoluteVerticalReplaced() local3095 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()3097 int difference = availableSpace - (topValue + bottomValue); in calcAbsoluteVerticalReplaced()3109 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()3112 topValue = availableSpace - (bottomValue + m_marginTop + m_marginBottom); in calcAbsoluteVerticalReplaced()3124 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()3127 m_marginTop = availableSpace - (topValue + bottomValue + m_marginBottom); in calcAbsoluteVerticalReplaced()3131 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()3134 m_marginBottom = availableSpace - (topValue + bottomValue + m_marginTop); in calcAbsoluteVerticalReplaced()