Searched refs:scaleBitmap (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TV/src/com/android/tv/util/images/ |
D | BitmapUtils.java | 60 public static Bitmap scaleBitmap(Bitmap bm, int maxWidth, int maxHeight) { in scaleBitmap() method in BitmapUtils 66 Bitmap scaledBitmap = scaleBitmap(bm, maxWidth, maxHeight); in getScaledMutableBitmap() 90 scaleBitmap(bm, maxWidth, maxHeight), in createScaledBitmapInfo()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | BitmapUtils.java | 51 public static Bitmap scaleBitmap(Bitmap bm, int width, int height) { in scaleBitmap() method in BitmapUtils
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 494 BitmapUtils.scaleBitmap(logo, mChannelLogoMaxWidth, mChannelLogoMaxHeight);
|