public class

InstrumentedDrawable

extends ForwardingDrawable
java.lang.Object
   ↳ android.graphics.drawable.Drawable
     ↳ com.facebook.drawee.drawable.ForwardingDrawable
       ↳ com.facebook.drawee.drawable.InstrumentedDrawable

Class Overview

Used to log image params at draw-time.

Summary

Nested Classes
interface InstrumentedDrawable.Listener  
[Expand]
Inherited Fields
From class com.facebook.drawee.drawable.ForwardingDrawable
Public Constructors
InstrumentedDrawable(Drawable drawable, InstrumentedDrawable.Listener listener)
Public Methods
void draw(Canvas canvas)
[Expand]
Inherited Methods
From class com.facebook.drawee.drawable.ForwardingDrawable
From class android.graphics.drawable.Drawable
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface com.facebook.drawee.drawable.DrawableParent
From interface com.facebook.drawee.drawable.TransformAwareDrawable
From interface com.facebook.drawee.drawable.TransformCallback

Public Constructors

public InstrumentedDrawable (Drawable drawable, InstrumentedDrawable.Listener listener)

Public Methods

public void draw (Canvas canvas)