- who
- The Drawable to verify. Return true if it is one you are displaying, else return the result of calling through to the super class.
Documentation for this section has not yet been entered.
If your view subclass is displaying its own Drawable objects, it should override this function and return true for any Drawable it is displaying. This allows animations for those drawables to be scheduled.
Be sure to call through to the super class when overriding this function.