Searched refs:NUMBER_OF_RESIZE_ATTEMPTS (Results 1 – 1 of 1) sorted by relevance
366 private static final int NUMBER_OF_RESIZE_ATTEMPTS = 6; field in ImageUtils.ImageResizer535 for (int attempts = 0; attempts < NUMBER_OF_RESIZE_ATTEMPTS; attempts++) { in resizeStaticImage()