Searched defs:SurfaceView (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | SurfaceView.java | 34 public class SurfaceView extends MockView { class 36 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView 40 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView 44 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { in SurfaceView() method in SurfaceView 48 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 86 public class SurfaceView extends View { class 182 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView 187 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView 192 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { in SurfaceView() method in SurfaceView 197 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView
|