Home
last modified time | relevance | path

Searched refs:maxBitmapSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioMetadata.java518 public Builder(RadioMetadata source, int maxBitmapSize) { in Builder() argument
524 if (bmp.getHeight() > maxBitmapSize || bmp.getWidth() > maxBitmapSize) { in Builder()
525 putBitmap(key, scaleBitmap(bmp, maxBitmapSize)); in Builder()