Searched defs:RSSurfaceView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DRSSurfaceView.java42 public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback { class in inherits:SurfaceView,SurfaceHolder.Callback
52 public RSSurfaceView(Context context) { method in class:RSSurfaceView
55 //Log.v(RenderScript.LOG_TAG, "RSSurfaceView");
64 public RSSurfaceView(Context context, AttributeSet attrs) { method in class:RSSurfaceView
67 //Log.v(RenderScript.LOG_TAG, "RSSurfaceView");
80 * not normally called or subclassed by clients of RSSurfaceView.
89 * not normally called or subclassed by clients of RSSurfaceView.
103 * not normally called or subclassed by clients of RSSurfaceView.

Completed in 131 milliseconds