Home | History | Annotate | Download | only in utils

Lines Matching defs:newHeight

662                     int newHeight = SCALED_SCREENSHOT_MAX_HEIGHT_WIDTH;
666 scaleY = newHeight / originalHeight;
669 newHeight = (int)Math.round(originalHeight * scale);
670 return Bitmap.createScaledBitmap(originalBitmap, newWidth, newHeight, true);