Searched refs:boundWidth (Results 1 – 2 of 2) sorted by relevance
984 int boundWidth, int boundHeight) { in resizeToFill() argument993 p.x = boundWidth; in resizeToFill()999 if (imageWidth * boundHeight > boundWidth * imageHeight) { in resizeToFill()1006 + imageWidth + "|" + imageHeight + "|" + boundWidth + "|" in resizeToFill()
757 private void measureViewItem(ViewItem item, int boundWidth, int boundHeight) { in measureViewItem() argument769 boundWidth, in measureViewItem()780 int boundWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local782 if (boundWidth == 0 || boundHeight == 0) { in onMeasure()789 measureViewItem(item, boundWidth, boundHeight); in onMeasure()