commit | fb6aecb70392516427908c3148c0350840f6bc04 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Fri Jul 17 16:38:07 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Mon Jul 20 09:31:56 2009 -0400 |
tree | c65c28326f4943f396b70fb60b22561cc0858a57 | |
parent | 4a06b68c82fc011d8cd780ed7f0393d1d0617a07 [diff] |
Added hooks from jni to create and manage SurfaceViews for plugins. A subclass of SurfaceView is created in order to appear like a normal SurfaceView to jni but can be managed in Java easily. This class implements the SurfaceHolder.Callback interface in order to notify the native PluginSurface when the surface changes.