summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorRobert Carr <racarr@google.com>2016-11-16 13:24:09 -0800
committerRobert Carr <racarr@google.com>2017-01-09 10:44:58 -0800
commit25cfa134835e3791bdb6572f5e25cf4599015678 (patch)
tree11e3a4ef30dca52c893bde1275b639f675453131 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent50e0a9a396ec05ed6a73d3c09f95244038f8d8e3 (diff)
Provide non-blocking SurfaceView draw notification path.
SurfaceView needs to notify the window manager that drawing has been completed, so that animations and such can begin. Currently this is implemented through having the SurfaceView user block in surfaceRedrawNeeded (called from UI thread) until a frame has been completed. This blocking can be unnecessary serialization during startup, and also clumsy to implement for some users. Test: GLSurfaceView and takeSurface API Demos, android.server.cts.SurfaceViewTests Bug: 31850030 Change-Id: Idda02098a635f25cf392f2d59a3abbe54a1d64d4
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions