Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DBitmapUtils.java68 Bitmap scaledBm = bm; in scaleBitmap() local
73 scaledBm = Bitmap.createScaledBitmap(scaledBm, scaleWidth * 2, scaleHeight * 2, true); in scaleBitmap()
78 .createScaledBitmap(scaledBm, scaleWidth, scaleHeight, true); in scaleBitmap()
79 if (scaledBm != bm) { in scaleBitmap()
80 scaledBm.recycle(); in scaleBitmap()
82 scaledBm = newScaledBitmap; in scaleBitmap()
84 return scaledBm; in scaleBitmap()