Searched refs:maxBitmapSize (Results 1 – 2 of 2) sorted by relevance
478 public Builder(RadioMetadata source, int maxBitmapSize) { in Builder() argument484 if (bmp.getHeight() > maxBitmapSize || bmp.getWidth() > maxBitmapSize) { in Builder()485 putBitmap(key, scaleBitmap(bmp, maxBitmapSize)); in Builder()
749 public Builder(MediaMetadata source, int maxBitmapSize) { in Builder() argument755 if (bmp.getHeight() > maxBitmapSize || bmp.getWidth() > maxBitmapSize) { in Builder()756 putBitmap(key, scaleBitmap(bmp, maxBitmapSize)); in Builder()