Searched defs:SurfaceView (Results 1 – 2 of 2) sorted by relevance
| /frameworks/layoutlib/bridge/src/android/view/ |
| D | SurfaceView.java | 35 public class SurfaceView extends MockView { class 37 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView 41 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView 45 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { in SurfaceView() method in SurfaceView 49 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView
|
| /frameworks/base/core/java/android/view/ |
| D | SurfaceView.java | 100 public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallback { class 204 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView 208 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView 212 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { in SurfaceView() method in SurfaceView 216 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView
|