| java.lang.Object | |
| ↳ | com.facebook.fresco.ui.common.DimensionsInfo |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DimensionsInfo(int viewportWidth, int viewportHeight, int encodedImageWidth, int encodedImageHeight, int decodedImageWidth, int decodedImageHeight, String scaleType) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getDecodedImageHeight() | ||||||||||
| int | getDecodedImageWidth() | ||||||||||
| int | getEncodedImageHeight() | ||||||||||
| int | getEncodedImageWidth() | ||||||||||
| String | getScaleType() | ||||||||||
| int | getViewportHeight() | ||||||||||
| int | getViewportWidth() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||