Home | History | Annotate | Download | only in views

Lines Matching refs:totalHeight

294         int totalHeight = rownum * itemHeight + rownum * itemPadding;
297 totalHeight = Math.max(totalHeight, minGridViewHeight);
300 return totalHeight;