Package 

Class ScaleTypeStartInside

  • All Implemented Interfaces:
    com.facebook.drawee.drawable.ScalingUtils.ScaleType

    
    public class ScaleTypeStartInside
    extends ScalingUtils.AbstractScaleType
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static ScalingUtils.ScaleType INSTANCE
    • Method Summary

      Modifier and Type Method Description
      void getTransformImpl(Matrix outTransform, Rect parentRect, int childWidth, int childHeight, float focusX, float focusY, float scaleX, float scaleY)
      String toString()
      • Methods inherited from class com.facebook.drawee.drawable.ScalingUtils.AbstractScaleType

        getTransform, getTransformImpl
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTransformImpl

         void getTransformImpl(Matrix outTransform, Rect parentRect, int childWidth, int childHeight, float focusX, float focusY, float scaleX, float scaleY)