summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Choreographer.java
Commit message (Expand)AuthorAgeFilesLines
* Trace each stage of Choreographer driven framesChris Craik2015-06-111-7/+25
* DO NOT MERGE - Display mode switches.P.Y. Laligand2015-05-111-1/+1
* Fix animation start jank due to expensive layout operations.Jeff Brown2015-04-071-13/+66
* Initial attempt at jank-tracking stat collectionJohn Reck2015-02-201-0/+20
* Fixes to startDelayJohn Reck2014-07-011-1/+1
* Add TimeInterpolator support to RNAJohn Reck2014-05-121-6/+4
* TIME LORD!John Reck2014-05-051-0/+8
* Log view root, input and looper state in bug reports.Jeff Brown2013-10-151-0/+12
* split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-1/+1
* Support HDMI hotplug.Jeff Brown2012-09-211-2/+18
* Add initial multi-display support.Jeff Brown2012-08-291-2/+8
* Refactor for multi-display support.Jeff Brown2012-08-191-1/+2
* Refactor local window manager implementation.Jeff Brown2012-07-201-2/+3
* Revert "Synthesize fake vsyncs when the screen is off."Jeff Brown2012-06-141-36/+6
* Synthesize fake vsyncs when the screen is off.Jeff Brown2012-06-141-6/+36
* Improve ANR diagnostics.Jeff Brown2012-06-111-1/+1
* Detect bad behavior earlier in Choreographer.Jeff Brown2012-06-111-3/+30
* Add public API to Choreographer.Jeff Brown2012-05-211-62/+235
* Fix a possible starvation issue related to vsync.Jeff Brown2012-05-161-2/+20
* Improve animation timing.Jeff Brown2012-05-071-5/+28
* Use choreographer frame time to schedule animations.Jeff Brown2012-04-261-14/+66
* Remove unused pipelining optimization.Jeff Brown2012-04-261-74/+0
* Enable vsync traversals by default.Jeff Brown2012-03-291-214/+166
* Don't remove all animation callbacks if action/who was null.Jeff Brown2012-03-091-86/+101
* Use the Choreographer for Drawable animations.Jeff Brown2012-03-071-97/+185
* Rename remove callback methods.Jeff Brown2012-03-051-7/+7
* Support posting delayed animation/draw callbacks.Jeff Brown2012-03-051-2/+66
* Mark input and sensor messages as asynchronous.Jeff Brown2012-02-161-4/+9
* Keep the display event receiver around forever.Jeff Brown2012-02-151-69/+4
* Simplify Choreographer API.Jeff Brown2012-02-151-244/+75
* Add support for posting Runnables to the Choreographer.Jeff Brown2012-02-141-126/+312
* Fix possible races in vsync infrastructure.Jeff Brown2012-02-131-7/+72
* Make the Choreographer thread-safe.Jeff Brown2012-02-031-50/+88
* Use Choreographer for window manager animation timing.Dianne Hackborn2012-02-011-3/+21
* Disable postponing performTraversals(), for now.Jeff Brown2011-12-061-2/+4
* Use a Choreographer to schedule animation and drawing.Jeff Brown2011-12-051-0/+380