Searched refs:usedHeight (Results 1 – 2 of 2) sorted by relevance
99 int usedHeight = 0; in layoutVertical() local104 usedHeight += child.getMeasuredHeight(); in layoutVertical()108 int spacing = (b - t - usedHeight) / in layoutVertical()
529 float usedHeight = getCellLayoutHeight(); in updateAvailableDimensions() local531 float extraHeight = Math.max(0, maxHeight - usedHeight); in updateAvailableDimensions()532 float scaleY = maxHeight / usedHeight; in updateAvailableDimensions()