| commit | 01b766839e06c32540cef100e3a7710d12cf1eef | [log] [tgz] |
|---|---|---|
| author | Mathias Agopian <mathias@google.com> | Thu Apr 16 20:04:08 2009 -0700 |
| committer | Mathias Agopian <mathias@google.com> | Thu Apr 16 20:04:08 2009 -0700 |
| tree | 38528a4f4e1c99b5941f372ec617751ec48dac8c | |
| parent | 62185b7335e85211dc4d0e2003354eb3ea2e66ef [diff] |
more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. The WindowManager side of Surface.java holds a SurfaceControl, while the client-side holds a Surface. When the client is in the system process, Surface.java holds both (which is a problem we'll try to fix later).