OSDN Git Service

Fix black flash during rotation of -1 screen with GEL.
authorDerek Prothro <dprothro@google.com>
Fri, 17 Jan 2014 18:43:50 +0000 (13:43 -0500)
committerDerek Prothro <dprothro@google.com>
Thu, 30 Jan 2014 20:55:48 +0000 (15:55 -0500)
commitdadd984a891a574cebf3dfd38a454a0e6a4228b3
treeb649811e2ff156c847e8112c3481639ea36401e3
parent947ef4e7ab4cc303fc708ee45a241969ca7ebbdc
Fix black flash during rotation of -1 screen with GEL.

We need to make sure the custom content is adding synchronously
while the rest of the workspace is being created. If we wait
for it to be added in a separate run task, we see a black
flash during rotation.
Also rename a few methods and remove obsolete methods.

Bug: 11802691
Change-Id: I3f6500aa1fabe68cef59ad8c764877f954986a99
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/Workspace.java