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.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()
/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()