3 implementations of SetFormsAnimationDrawable
Microsoft.Maui.Controls.Compatibility (3)
Android\AppCompat\ImageButtonRenderer.cs (1)
345 void IImageRendererController.SetFormsAnimationDrawable(IFormsAnimationDrawable value)
Android\FastRenderers\ImageRenderer.cs (1)
187 void IImageRendererController.SetFormsAnimationDrawable(IFormsAnimationDrawable value)
Android\Renderers\FormsImageView.cs (1)
37 void IImageRendererController.SetFormsAnimationDrawable(IFormsAnimationDrawable formsAnimationDrawable)
4 references to SetFormsAnimationDrawable
Microsoft.Maui.Controls.Compatibility (4)
Android\FastRenderers\ImageElementManager.cs (4)
42 imageRenderer.SetFormsAnimationDrawable(null); 135 rendererController.SetFormsAnimationDrawable(currentAnimation); 140 rendererController.SetFormsAnimationDrawable(null); 162 rendererController.SetFormsAnimationDrawable(updatedAnimation);