OSDN Git Service

More targetted drawFinished fix
authorJohn Reck <jreck@google.com>
Fri, 1 Mar 2019 17:09:34 +0000 (09:09 -0800)
committerJohn Reck <jreck@google.com>
Fri, 1 Mar 2019 17:09:34 +0000 (09:09 -0800)
commit8cc1f69193be4fd42a5f630d7076369481b3f14d
treefd8ffb6fef2961040edcea57e5af97c539695b51
parentab5938c3077371d1770d87316342526e28cadacb
More targetted drawFinished fix

Prior to fe5dfca the frameCompleteCallback
was posted to the native Looper, which is
effectively a postAtFrontOfQueue. Since it
was switched to the Java-side looper, do
an explicit postAtFrontOfQueue

Fixes: 124801988
Test: speculative
Change-Id: I287c9f3917983503402dcfe3ee7d494eefae8d1f
core/java/android/view/ViewRootImpl.java