History log of /frameworks/support/design/base/android/support/design/widget/StateListAnimator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ae7189188acb2bc972b08d9fbd59939f341c7829 06-Jan-2017 Aurimas Liutikas <aurimas@google.com> Move to using ValueAnimator directly instead of compat versions.

ValueAnimator can now be used directly given that our minSdk is 14.

Bug: 32794064
Test: ./gradlew clean assemble still works
Change-Id: Ibf0111b104eaea10acf33c8d54a3275fdfa0c1a4
/frameworks/support/design/base/android/support/design/widget/StateListAnimator.java
657ea1100fee4750f148f9d0dcb7e7e2028f105e 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-design.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 138 methods in our jar.

Bug: 31075707
Change-Id: I9ee192652fe005957e28ccfe35c9707be242aac1
/frameworks/support/design/base/android/support/design/widget/StateListAnimator.java
5a0083cc8328f05b15efe0293b7aa83723cdd9ad 05-Jul-2016 Chris Banes <chrisbanes@google.com> Move FloatingActionButton shadow to use ValueAnimatorCompat

Moves us away from using the old custom Animation
code. Had to change some of the ValueAnimatorCompat
API, which is why this CL looks so large (it's not
really).

BUG: 29974832

Change-Id: I1f66565e0b2053556feccd746f72753ff027fc09
/frameworks/support/design/base/android/support/design/widget/StateListAnimator.java
92d279ce7d51389b254846fbc802f6950b33eeff 06-Aug-2015 Chris Banes <chrisbanes@google.com> Fix FAB visibility=gone not working pre-v21

Caused by using a view Animation for the elevation
changes. As an animation is kicked off via
jumpDrawableToCurrentState(), the animation will
temporarily make the view visible.

BUG: 23000525
Change-Id: If1ce17f8eb9ba44175508dc7bac232294bdd0a9b
/frameworks/support/design/base/android/support/design/widget/StateListAnimator.java
9840efe3dbdc7026521da8576574c55120782f6c 06-Jan-2015 Chris Banes <chrisbanes@google.com> Floating Action Button

Includes a tweaked ShadowDrawableWrapper which supports
circular shapes. FloatingActionButton also support a
internal StateListAnimator for pre-Lollipop.

Change-Id: Ia88c28c2ab0da0779f1092495e3a417969cb1d2a
/frameworks/support/design/base/android/support/design/widget/StateListAnimator.java