OSDN Git Service

fix screen on/off animation (again)
authorMathias Agopian <mathias@google.com>
Fri, 8 Jul 2011 00:30:31 +0000 (17:30 -0700)
committerMathias Agopian <mathias@google.com>
Fri, 8 Jul 2011 21:37:06 +0000 (14:37 -0700)
commit3a831d24e9147d737c6aaed72d84c1126c232368
treee4a12999afafab76b19be194ab17eb52ed89f33b
parent1861786a97209ed75010a54cca5167593dbfec21
fix screen on/off animation (again)

- surfaceflinger now uses the GL-convention of
  placing the origin in the left-bottom corner

- map texture coordinates of the screen capture
  properly

- add the ability to control the animation
  speed through a debug property

Bug: 4989276

Change-Id: Ifb3297bb578078b47146fff666c01f85417e0d6f
services/surfaceflinger/LayerBase.cpp
services/surfaceflinger/SurfaceFlinger.cpp