summaryrefslogtreecommitdiff
path: root/core/java/android/view/animation
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add API to specify background color for animations"Pablo Gamito2021-09-271-4/+7
* Stop relying on background color attribute to set task transition backgroundPablo Gamito2021-09-271-10/+0
* Update status bar transition start timePablo Gamito2021-09-221-0/+58
* Add API to specify background color for animationsPablo Gamito2021-09-201-7/+14
* Merge "Fix grammatical error in LayoutAnimationController documentation." am:...Treehugger Robot2021-04-211-2/+2
|\
| * Fix grammatical error in LayoutAnimationController documentation.Megan Robinson2021-04-201-2/+2
* | resolve merge conflicts of 358f0d4fc8c248498cf113c41e043877a14e89a1 to masterJeff Sharkey2020-12-081-0/+6
|\|
| * Improve OWNERS coverage across frameworks/base/.Jeff Sharkey2020-12-081-0/+6
* | Remove @hide from MatrixLeon Scroggins III2020-05-181-2/+2
|/
* Move RenderNodeAnimator to android.graphics.animation packageDerek Sollenberger2020-02-1310-53/+50
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-185-5/+5
* Merge "docs: fix typos" into qt-dev am: 7bd7afabb8 am: 53fba24239 am: 20148858f5Joshua Baxter2019-11-061-4/+4
|\
| * docs: fix typosJoshua Baxter2019-11-061-4/+4
* | Remove animation background colorYunfan Chen2019-09-191-2/+10
|/
* Add rounded corners attribute to window animationsLucas Dupin2019-02-271-0/+26
* Revert addition of add/removeAnimationListenerJelle Fresen2019-02-081-51/+5
* Restore @UnsupportedApiUsage in AnimationListenerJelle Fresen2019-01-161-0/+1
* Fix return value for comment consistency in getDetachWallpaperJorim Jaggi2019-01-101-1/+1
* Add add/remove for AnimationListener'sJelle Fresen2018-12-212-24/+84
* Remove detached wallpaper animationsJorim Jaggi2018-10-021-7/+5
* Merge "docs: fixing several minor documentation bugs" into pi-devkopriva2018-09-201-2/+2
|\
| * docs: fixing several minor documentation bugskopriva2018-09-201-2/+2
* | resolve merge conflicts of 6987a91e7c73505fd8910d3d396adf76baf947e0 to stage-...Mathew Inwood2018-08-035-0/+20
|\ \ | |/ |/|
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-07-275-0/+20
* | Add ability to show wallpaper during animationJorim Jaggi2018-02-221-1/+28
* | Expose AnimationUtils#lockAnimationClock for testsJohn Reck2018-02-141-2/+32
* | New activity open/close animationJorim Jaggi2018-01-232-6/+107
|/
* Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9Elliot Waite2017-01-261-1/+1
|\
| * Fix @links in reference docs.Elliot Waite2017-01-251-1/+1
* | Fix calculation of duration in AnimationSetDavid Stevens2017-01-101-1/+1
* | Introduce PathInterpolator to native animatorsDoris Liu2016-11-301-1/+12
* | Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-128-60/+61
|/
* Fix currentAnimationTimeMillis to use vsync timeJohn Reck2016-08-051-1/+33
* Frameworks/base: Move Animation.USE_CLOSEGUARD to inner classAndreas Gampe2016-04-061-3/+7
* Ensure all Java-side usages of config flags are using Java flagsAlan Viverette2016-03-111-3/+5
* Fix clip reveal animation in docked window caseJorim Jaggi2016-02-192-98/+0
* Make Animation.cancel() actually workChet Haase2016-01-131-2/+6
* 177611: IDE is not recognizing android.R.anim. interpolatorsTor Norbye2015-07-012-2/+3
* Remove distance based animation duration APIDoris Liu2015-04-231-85/+0
* Revert "Use real screen size to scale duration"Doris Liu2015-04-181-18/+1
* Use real screen size to scale durationDoris Liu2015-04-171-1/+18
* Distance based animation durationDoris Liu2015-04-101-0/+85
* Add resource type annotations to some APIsTor Norbye2015-03-132-3/+6
* Annotate methods with size and range annotationsTor Norbye2015-03-071-1/+2
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-1/+3
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-3/+6
* Add ClipReveal window transition for application launchChet Haase2015-02-137-17/+254
* Added a generic configuration and theme based cacheYigit Boyar2014-10-2312-31/+63
* Add path support into xml files for PathInterpolator and ObjectAnimator.ztenghui2014-06-191-20/+32
* Add AnimatedVectorDrawableztenghui2014-06-128-79/+200