Commits

Patrick Scott authored fb6aecb7039
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.