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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java27 * Mock version of the SurfaceView.
28 * Only non override public methods from the real SurfaceView have been added in there.
34 public class SurfaceView extends MockView { class in inherits:MockView
36 public SurfaceView(Context context) { method in class:SurfaceView
40 public SurfaceView(Context context, AttributeSet attrs) { method in class:SurfaceView
44 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { method in class:SurfaceView
/frameworks/base/core/java/android/view/
H A DSurfaceView.java47 * SurfaceView takes care of placing the surface at the correct location on the
51 * SurfaceView; the SurfaceView punches a hole in its window to allow its
53 * compositing with the Surface any siblings of the SurfaceView that would
62 * <p>The Surface will be created for you while the SurfaceView's window is
72 * <li> All SurfaceView and
74 * from the thread running the SurfaceView's window (typically the main thread
84 public class SurfaceView extends View { class in inherits:View
85 static private final String TAG = "SurfaceView";
144 /* Set SurfaceView'
168 public SurfaceView(Context context) { method in class:SurfaceView
173 public SurfaceView(Context context, AttributeSet attrs) { method in class:SurfaceView
178 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { method in class:SurfaceView
[all...]

Completed in 23 milliseconds