| java.lang.Object | |
| ↳ | com.facebook.drawee.drawable.ScalingUtils |
Performs scale type calculations.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | ScalingUtils.AbstractScaleType | A convenience base class that has some common logic. | |||||||||
| class | ScalingUtils.InterpolatingScaleType | Scale type that interpolates transform of the two underlying scale types. | |||||||||
| interface | ScalingUtils.ScaleType | Options for scaling the child bounds to the parent bounds. | |||||||||
| interface | ScalingUtils.StatefulScaleType | Scaletypes that have some internal state and are not static. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ScalingUtils() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ScaleTypeDrawable | getActiveScaleTypeDrawable(Drawable drawable) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||