Example usage for Java android.animation StateListAnimator fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addState(int[] specs, Animator animator) Associates the given animator with the provided drawable state specs so that it will be run when the View's drawable state matches the specs. |