3 implementations of LoadImageAnimationAsync
Microsoft.Maui.Controls.Compatibility (3)
Android\Renderers\FileImageSourceHandler.cs (1)
63 public Task<IFormsAnimationDrawable> LoadImageAnimationAsync(ImageSource imagesource, Context context, CancellationToken cancelationToken = default, float scale = 1)
Android\Renderers\ImageLoaderSourceHandler.cs (1)
34 public Task<IFormsAnimationDrawable> LoadImageAnimationAsync(ImageSource imagesource, Context context, CancellationToken cancelationToken = default, float scale = 1)
Android\Renderers\StreamImagesourceHandler.cs (1)
31 public Task<IFormsAnimationDrawable> LoadImageAnimationAsync(ImageSource imagesource, Context context, CancellationToken cancelationToken = default, float scale = 1)
1 reference to LoadImageAnimationAsync
Microsoft.Maui.Controls.Compatibility (1)
Android\Extensions\ImageViewExtensions.cs (1)
53 animation = await animationHandler.LoadImageAnimationAsync(newImageSource, imageView.Context);