Searched refs:maxBitmapSize (Results 1 – 1 of 1) sorted by relevance
518 public Builder(RadioMetadata source, int maxBitmapSize) { in Builder() argument524 if (bmp.getHeight() > maxBitmapSize || bmp.getWidth() > maxBitmapSize) { in Builder()525 putBitmap(key, scaleBitmap(bmp, maxBitmapSize)); in Builder()