Android.Widget.AbsListView.VerifyDrawable Method
If your view subclass is displaying its own Drawable objects, it should override this function and return true for any Drawable it is displaying.

Syntax

[Android.Runtime.Register("verifyDrawable", "(Landroid/graphics/drawable/Drawable;)Z", "GetVerifyDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual bool VerifyDrawable (Android.Graphics.Drawables.Drawable dr)

Parameters

dr
The Drawable to verify. Return true if it is one you are displaying, else return the result of calling through to the super class.

Returns

Documentation for this section has not yet been entered.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1