Android.Views.View.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")]
protected virtual bool VerifyDrawable (Android.Graphics.Drawables.Drawable who)

See Also

View.UnscheduleDrawable(Android.Graphics.Drawables.Drawable)
View.DrawableStateChanged

Parameters

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.

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.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1