docs/javadoc/reference/com/facebook/imagepipeline/transcoder/DownsampleUtil.html
|
|
Summary: Constants | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.transcoder.DownsampleUtil |
| Constants |
|---|
| int |
| Public Methods |
|---|
| static float |
| static int |
| Get the factor between the dimensions of the encodedImage (actual image) and the ones of the imageRequest (requested size). |
| static int |
| static int |
| static int |
| static int |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Constant Value: 1 (0x00000001)
Get the factor between the dimensions of the encodedImage (actual image) and the ones of the imageRequest (requested size).
| rotationOptions | the rotations options of the request | | resizeOptions | the resize options of the request | | encodedImage | the encoded image with the actual dimensions | | maxBitmapSize | the maximum supported bitmap size (in pixels) when not specified in the encoded image resizeOptions. |
+Generated by Doclava. +