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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java28 * Mock version of the SurfaceView.
29 * Only non override public methods from the real SurfaceView have been added in there.
35 public class SurfaceView extends MockView { class in inherits:MockView
37 public SurfaceView(Context context) { method in class:SurfaceView
41 public SurfaceView(Context context, AttributeSet attrs) { method in class:SurfaceView
45 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { method in class:SurfaceView
49 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:SurfaceView
/frameworks/base/core/java/android/view/
H A DSurfaceView.java48 * SurfaceView takes care of placing the surface at the correct location on the
52 * SurfaceView; the SurfaceView punches a hole in its window to allow its
54 * compositing with the Surface any siblings of the SurfaceView that would
62 * properties are used to draw a sibling view on top of the SurfaceView, the
68 * <p>The Surface will be created for you while the SurfaceView's window is
78 * <li> All SurfaceView and
80 * from the thread running the SurfaceView's window (typically the main thread
91 * {@link android.os.Build.VERSION_CODES#N}, SurfaceView's window position is
93 * and scaling a SurfaceView o
97 public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallback { class in inherits:View,ViewRootImpl.WindowStoppedCallback
182 public SurfaceView(Context context) { method in class:SurfaceView
186 public SurfaceView(Context context, AttributeSet attrs) { method in class:SurfaceView
190 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:SurfaceView
194 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:SurfaceView
[all...]

Completed in 710 milliseconds