Searched refs:scaleBitmap (Results 1 – 4 of 4) 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 | 36 public static Bitmap scaleBitmap(Bitmap bm, int width, int height) { in scaleBitmap() method in BitmapUtils
|
D | BitmapWorkerTask.java | 197 result = BitmapUtils.scaleBitmap(bitmap, options.getWidth(), options.getHeight()); in decodeBitmap()
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 492 BitmapUtils.scaleBitmap(logo, mChannelLogoMaxWidth, mChannelLogoMaxHeight);
|