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 |
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 ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-01-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-01-25 UTC."],[],[]]