Package 

Interface DrawableCopier


  • 
    public interface DrawableCopier
    
                        

    Interface of copying drawable to a new one.

    • Method Summary

      Modifier and Type Method Description
      abstract Drawable copy(Drawable originalDrawable, Resources resources) Called to copy the drawable.
      • Methods inherited from class java.lang.Object

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

      • copy

         abstract Drawable copy(Drawable originalDrawable, Resources resources)

        Called to copy the drawable.

        Parameters:
        originalDrawable - the original drawable to copy
        resources - resources of the view.