OSDN Git Service

Fix a possible starvation issue related to vsync.
authorJeff Brown <jeffbrown@google.com>
Wed, 16 May 2012 19:50:41 +0000 (12:50 -0700)
committerJeff Brown <jeffbrown@google.com>
Wed, 16 May 2012 19:50:41 +0000 (12:50 -0700)
commitb080660dfd69ea6f0a034946b2ff8d94e97a2537
treeba2beb98e1cc5bd309a14cf909d7f3045a39346c
parentd44a16864d549e08506d0f80198031f05a03bd15
Fix a possible starvation issue related to vsync.

This makes a noticeable improvement in cases where applications
post messages that need to be processed between animation frames.

Bug: 6418353
Change-Id: If225742e37aeaf3f0ca9710f9bf43dbb03bcde12
core/java/android/view/Choreographer.java