Searched refs:resizeStaticImage (Results 1 – 1 of 1) sorted by relevance
474 return ImageUtils.isGif(mContentType, mUri) ? resizeGifImage() : resizeStaticImage(); in resize()523 private byte[] resizeStaticImage() { in resizeStaticImage() method in ImageUtils.ImageResizer