1 write to Animation
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\AndroidGIFImageParser.cs (1)
311
Animation
= new FormsAnimationDrawable();
8 references to Animation
Microsoft.Maui.Controls.Compatibility (8)
Android\Renderers\AndroidGIFImageParser.cs (8)
161
animation = decoder.
Animation
;
234
animation = decoder.
Animation
;
286
animation = decoder.
Animation
;
323
System.Diagnostics.Debug.Assert(!
Animation
.IsRunning);
324
System.Diagnostics.Debug.Assert(
Animation
.NumberOfFrames == 0);
362
Animation
.AddFrame(new BitmapDrawable(_context.Resources, bitmap), delay);
365
Animation
.RepeatCount = gifBitmap.LoopCount;
378
System.Diagnostics.Debug.Assert(!
Animation
.IsRunning);