Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java88 scaleBitmapIfTooBig(art, artworkWidth, artworkHeight)); in getOldMetadata()
93 scaleBitmapIfTooBig(art, artworkWidth, artworkHeight)); in getOldMetadata()
296 private static Bitmap scaleBitmapIfTooBig(Bitmap bitmap, int maxWidth, int maxHeight) { in scaleBitmapIfTooBig() method in MediaSessionLegacyHelper