Java android.animation StateListAnimator fields, constructors, methods, implement or subclass

Example usage for Java android.animation StateListAnimator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.animation StateListAnimator.

The text is from its open source code.

Constructor

Method

voidaddState(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.