summaryrefslogtreecommitdiff
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* Use separate thread if app doesn't listen to animationsJorim Jaggi2020-03-111-1/+16
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-184-4/+4
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+2
* docs: fix typosJoshua Baxter2019-11-061-1/+1
* Merge "Restrict reflection access to ValueAnimator's sDurationScale"TreeHugger Robot2019-02-061-1/+8
|\
| * Restrict reflection access to ValueAnimator's sDurationScaleDaniel Santiago Rivera2019-02-051-1/+8
* | Restrict usage of LayoutTransition.cancel() methodsAndrey Kulikov2019-02-041-2/+3
|/
* Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6kopriva2018-10-091-3/+3
|\
| * Merge "docs: fixing errors found with lint check" into pi-devkopriva2018-10-091-3/+3
| |\
| | * docs: fixing errors found with lint checkkopriva2018-10-091-3/+3
| * | Merge "Add @UnsupportedAppUsage annotations" am: 058b566f90Mathew Inwood2018-08-034-0/+12
| |\ \ | | |/ | |/|
| | * Merge "Add @UnsupportedAppUsage annotations"Mathew Inwood2018-08-034-0/+12
| | |\
| | | * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-014-0/+12
* | | | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-014-0/+12
* | | | Merge "Merge "Docs: fixed variables" into pi-dev am: 116158689c" into pi-dev-...Laura Davis2018-06-261-2/+2
|\| | |
| * | | Docs: fixed variablesLaura Davis2018-06-251-2/+2
| |/ /
* / / Remove unnecessary value setting in AnimatorSet seekingDoris Liu2018-04-021-4/+11
|/ /
* / Add ability to override global duration scale on ValueAnimatorJorim Jaggi2017-11-161-3/+28
|/
* Fix end() for infinite AnimatorSetDoris Liu2017-09-261-2/+3
* Merge "Ensure that we use SF Vsync Choreographer for the PiP transition." int...Wale Ogunwale2017-06-131-6/+11
|\
| * Ensure that we use SF Vsync Choreographer for the PiP transition.Winson Chung2017-06-121-6/+11
* | Merge "Merge "Better handle non-recommended use and warn against it in JavaDo...Doris Liu2017-06-071-4/+18
|\|
| * Merge "Better handle non-recommended use and warn against it in JavaDoc" into...Doris Liu2017-06-071-4/+18
| |\
| | * Better handle non-recommended use and warn against it in JavaDocDoris Liu2017-06-071-4/+18
* | | Merge "Ensure start delay is properly scaled with duration scale" into oc-dev...Doris Liu2017-06-011-1/+1
|\| |
| * | Ensure start delay is properly scaled with duration scaleDoris Liu2017-05-311-1/+1
| |/
* | Merge "Fix infinite loop problem in AnimationHandler" into oc-dev am: 163ec051d1Chet Haase2017-05-311-1/+2
|\|
| * Fix infinite loop problem in AnimationHandlerChet Haase2017-05-261-1/+2
* | Merge "Remove internal listener when cloning" into oc-dev am: a7dde34a81Aurimas Liutikas2017-05-161-0/+2
|\|
| * Remove internal listener when cloningDoris Liu2017-05-131-0/+2
* | Update the mTotalDuration for each animation in an AnimatorSet.Philip Quinn2017-05-151-3/+4
|/
* Fix racy cloneDoris Liu2017-05-121-16/+10
* Refine JavaDocs for AnimatorSet#getCurrentPlayTime()Doris Liu2017-04-261-5/+7
* Behavior compat for child being manipulated outside AnimatorsetDoris Liu2017-04-211-0/+16
* Remove workaround for end() not supported in some appDoris Liu2017-04-031-6/+4
* Fix 0 duration scale for pre-O appsDoris Liu2017-03-161-24/+23
* Ensure behavior consistency for 0 duration scaleDoris Liu2017-03-071-4/+4
* Fix start time modification outside of updatePlayTime()Doris Liu2017-02-141-1/+1
* Correctly handle infinite start timeDoris Liu2017-02-101-1/+2
* Add getter for current play timeDoris Liu2017-02-101-0/+25
* Fix reverse with start delayDoris Liu2017-02-102-64/+150
* Merge "Fix start delay for ValueAnimator"TreeHugger Robot2017-02-041-7/+10
|\
| * Fix start delay for ValueAnimatorDoris Liu2017-02-031-7/+10
* | Make sure start() is called for custom animatorsDoris Liu2017-01-313-26/+67
|/
* Use listener to determine whether an Animator has endedDoris Liu2017-01-262-4/+25
* Merge "Work around a bug in an An app"Doris Liu2017-01-261-0/+21
|\
| * Work around a bug in an An appDoris Liu2017-01-261-0/+21
* | Refine the comparator for the animation event sortingDoris Liu2017-01-251-17/+80
|/
* New functionalities for AnimatorSet: Reverse, SeekDoris Liu2017-01-255-302/+984
* Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66Doris Liu2016-12-092-4/+4
|\