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.java44 * SurfaceView takes care of placing the surface at the correct location on the
48 * SurfaceView; the SurfaceView punches a hole in its window to allow its
50 * compositing with the Surface any siblings of the SurfaceView that would
58 * properties are used to draw a sibling view on top of the SurfaceView, the
64 * <p>The Surface will be created for you while the SurfaceView's window is
74 * <li> All SurfaceView and
76 * from the thread running the SurfaceView's window (typically the main thread
86 public class SurfaceView extends View { class in inherits:View
87 static private final String TAG = "SurfaceView";
180 public SurfaceView(Context context) { method in class:SurfaceView
185 public SurfaceView(Context context, AttributeSet attrs) { method in class:SurfaceView
190 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { method in class:SurfaceView
[all...]

Completed in 37 milliseconds