Searched defs:SurfaceView (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/ |
D | SurfaceView.java | 41 public class SurfaceView extends MockView { class 43 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView 47 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView 51 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { in SurfaceView() method in SurfaceView 55 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView 59 public SurfaceView(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr, in SurfaceView() method in SurfaceView
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 130 public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCallback { class 377 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView 381 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView 385 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { in SurfaceView() method in SurfaceView 389 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView 394 public SurfaceView(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr, in SurfaceView() method in SurfaceView
|