Searched refs:pixelsHeight (Results 1 – 1 of 1) sorted by relevance
347 int pixelsHeight = (int) (height * scale + 0.5f); in createThumbnail() local350 Bitmap tempBitmap = Bitmap.createScaledBitmap(mBitmapIn, pixelsWidth, pixelsHeight, false); in createThumbnail()