summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Animator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-051-1/+1
* Cleanup various clang warnings, use unique_ptrs in several placesChris Craik2014-12-231-5/+2
* Revert "resolved conflicts for merge of 220c3f4f to master"Andreas Gampe2014-11-221-4/+4
* resolved conflicts for merge of 220c3f4f to masterAndreas Gampe2014-11-211-4/+4
|\
| * Frameworks/base: Unused parameters in hwuiAndreas Gampe2014-11-211-4/+4
* | Clean up physical couplingTom Hudson2014-10-151-0/+1
|/
* Correctly initialize animator asynchronousityChris Craik2014-09-121-1/+2
* Fix some wrong-thread issues around animator managementJohn Reck2014-09-031-0/+7
* Listener callbacks ordering fixupsJohn Reck2014-08-291-0/+2
* Animator stuffJohn Reck2014-08-271-18/+14
* Define shadow casting behavior within layersChris Craik2014-08-151-2/+0
* Fix damage for layers for projection receiversJohn Reck2014-08-081-0/+12
* Use RoundRect clipping for circle reveal animationChris Craik2014-07-301-5/+4
* Add RT-enabled reveal animatorJohn Reck2014-07-181-0/+18
* Fix VPA.cancel()John Reck2014-07-071-0/+7
* Fixes to startDelayJohn Reck2014-07-011-10/+26
* Animator refactoring & fixesJohn Reck2014-06-261-32/+68
* Re-enable ViewPropAnimRTJohn Reck2014-06-201-0/+4
* Add setStartValue to RNAJohn Reck2014-06-021-2/+2
* Update ripple behavior, use render thread animationAlan Viverette2014-05-161-5/+21
* Animator start value...John Reck2014-05-151-76/+69
* Clamp to uint8 for alphaJohn Reck2014-05-131-1/+6
* Add CanvasProperty for drawCircleJohn Reck2014-05-021-138/+113
* RenderThread animator supportJohn Reck2014-04-291-0/+240