public class

ScalingUtils

extends Object
java.lang.Object
   ↳ com.facebook.drawee.drawable.ScalingUtils

Class Overview

Performs scale type calculations.

Summary

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

Public Constructors

public ScalingUtils ()

Public Methods

public static ScaleTypeDrawable getActiveScaleTypeDrawable (Drawable drawable)