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

/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java35 public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback { class in inherits:SurfaceView,SurfaceHolder.Callback
45 public RSSurfaceView(Context context) { method in class:RSSurfaceView
48 //Log.v(RenderScript.LOG_TAG, "RSSurfaceView");
57 public RSSurfaceView(Context context, AttributeSet attrs) { method in class:RSSurfaceView
60 //Log.v(RenderScript.LOG_TAG, "RSSurfaceView");
73 * not normally called or subclassed by clients of RSSurfaceView.
82 * not normally called or subclassed by clients of RSSurfaceView.
96 * not normally called or subclassed by clients of RSSurfaceView.

Completed in 348 milliseconds