Searched refs:boundHeight (Results 1 – 2 of 2) sorted by relevance
984 int boundWidth, int boundHeight) { in resizeToFill() argument994 p.y = boundHeight; in resizeToFill()999 if (imageWidth * boundHeight > boundWidth * imageHeight) { in resizeToFill()1007 + boundHeight); in resizeToFill()
757 private void measureViewItem(ViewItem item, int boundWidth, int boundHeight) { in measureViewItem() argument770 boundHeight); in measureViewItem()781 int boundHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local782 if (boundWidth == 0 || boundHeight == 0) { in onMeasure()789 measureViewItem(item, boundWidth, boundHeight); in onMeasure()