History log of /frameworks/base/core/java/android/animation/TypeEvaluator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f9ea81c99306b2741db3109fb68b52c652f39f2 07-May-2014 Chet Haase <chet@google.com> Doc fix in TypeEvaluator method docs

Change-Id: Ie20ba820b0a3a6b8f0f6120dfcfc8bba6adf29b3
/frameworks/base/core/java/android/animation/TypeEvaluator.java
bac752632c7f2cea9ae5bb1e21408b4095e71afa 16-Aug-2013 Sascha Haeberling <haeberling@google.com> Fix typo in JavaDoc for TypeEvaluator.

Change-Id: Ice2b2db117e1f91ad70ed55d4cc0b14b86804c1c
/frameworks/base/core/java/android/animation/TypeEvaluator.java
b39f051631250c49936a475d0e64584afb7f1b93 24-May-2011 Chet Haase <chet@google.com> Add 'Property' object

This change adds a generic Property facility to the SDK, which allows an
easy way to reference fields (private or otherwise) in a general way.
For example, animations can use this facility to animate 'properties'
on target objects in a way that is more code- and compiler-friendly than
the existing String-based approach (for objects which have implemented
Properties, of course). The animator classes have been updated to use
this new approach (in addition to Strings, which are still more generally
useful for objects which have get/set functions but not Property objects).

The change also includes new Property objects on View (which can now be
used in creating animations on Views).

There is an unrelated change on GLES20RecordingCanvas to change the way we
cache bitmaps, which avoids spurious garbage by using an ArrayList instead of
a HashSet.

Change-Id: I167b43a3fca20e7695b1a23ca81274367539acda
/frameworks/base/core/java/android/animation/TypeEvaluator.java
a18a86b43e40e3c15dcca0ae0148d641be9b25fe 07-Sep-2010 Chet Haase <chet@google.com> Rename several animation classes

Change-Id: I6a4544875090db485163c8d56de8718f56d267c7
/frameworks/base/core/java/android/animation/TypeEvaluator.java
17fb4b0d1cfbad1f026fec704c86640f070b4c2f 29-Jun-2010 Chet Haase <chet@google.com> Initial checkin of new animation system. package, APIs, functionality all subject to change. package is hidden for now.

Change-Id: Ieca54cd1f09c171abb5adc6419ff337083f586be
/frameworks/base/core/java/android/animation/TypeEvaluator.java