Package 

Class Gifs


  • 
    public final class Gifs
    
                        
    • Method Summary

      Modifier and Type Method Description
      final static ImageRequest.Builder repeatCount(ImageRequest.Builder $self, Integer repeatCount) Set the number of times to repeat the animation if the result is an animated Drawable.
      final static Integer repeatCount(Parameters $self) Get the number of times to repeat the animation if the result is an animated Drawable.
      final static ImageRequest.Builder animatedTransformation(ImageRequest.Builder $self, AnimatedTransformation animatedTransformation) Set the AnimatedTransformation that will be applied to the result if it is an animated Drawable.
      final static AnimatedTransformation animatedTransformation(Parameters $self) Get the AnimatedTransformation that will be applied to the result if it is an animated Drawable.
      final static ImageRequest.Builder onAnimationStart(ImageRequest.Builder $self, Function0<Unit> callback) Set the callback to be invoked at the start of the animation if the result is an animated Drawable.
      final static Function0<Unit> animationStartCallback(Parameters $self) Get the callback to be invoked at the start of the animation if the result is an animated Drawable.
      final static ImageRequest.Builder onAnimationEnd(ImageRequest.Builder $self, Function0<Unit> callback) Set the callback to be invoked at the end of the animation if the result is an animated Drawable.
      final static Function0<Unit> animationEndCallback(Parameters $self) Get the callback to be invoked at the end of the animation if the result is an animated Drawable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait