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

/frameworks/base/graphics/java/android/renderscript/
H A DRSSurfaceView.java43 public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback { class in inherits:SurfaceView,SurfaceHolder.Callback
53 public RSSurfaceView(Context context) { method in class:RSSurfaceView
56 //Log.v(RenderScript.LOG_TAG, "RSSurfaceView");
65 public RSSurfaceView(Context context, AttributeSet attrs) { method in class:RSSurfaceView
68 //Log.v(RenderScript.LOG_TAG, "RSSurfaceView");
81 * not normally called or subclassed by clients of RSSurfaceView.
90 * not normally called or subclassed by clients of RSSurfaceView.
104 * not normally called or subclassed by clients of RSSurfaceView.

Completed in 52 milliseconds