AnimatableView

public interface 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 types

public interface AnimatableView.Listener

Represents a callback for an AnimatableView.

Public methods

abstract void
abstract void

Public methods

startAnimation

abstract void startAnimation(AnimatableView.Listener listener)

stopAnimation

abstract void stopAnimation()