Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/images/
DBitmapUtils.java60 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/
DBitmapUtils.java51 public static Bitmap scaleBitmap(Bitmap bm, int width, int height) { in scaleBitmap() method in BitmapUtils
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java494 BitmapUtils.scaleBitmap(logo, mChannelLogoMaxWidth, mChannelLogoMaxHeight);