AnimatableView

public interface AnimatableView

com.google.android.material.animation.AnimatableView


Represents a View that provides animation callbacks. Implement this interface when another class needs to start your View's animation with a callback.

Summary

Nested classes

interface AnimatableView.Listener

Represents a callback for an AnimatableView

Public methods

abstract void startAnimation(AnimatableView.Listener listener)
abstract void stopAnimation()

Public methods

startAnimation

public abstract void startAnimation (AnimatableView.Listener listener)

Parameters
listener AnimatableView.Listener

stopAnimation

public abstract void stopAnimation ()