Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioMetadata.java478 public Builder(RadioMetadata source, int maxBitmapSize) { in Builder() argument
484 if (bmp.getHeight() > maxBitmapSize || bmp.getWidth() > maxBitmapSize) { in Builder()
485 putBitmap(key, scaleBitmap(bmp, maxBitmapSize)); in Builder()
/frameworks/base/media/java/android/media/
DMediaMetadata.java749 public Builder(MediaMetadata source, int maxBitmapSize) { in Builder() argument
755 if (bmp.getHeight() > maxBitmapSize || bmp.getWidth() > maxBitmapSize) { in Builder()
756 putBitmap(key, scaleBitmap(bmp, maxBitmapSize)); in Builder()