Searched defs:surfaceView (Results 1 – 4 of 4) sorted by relevance
64 SurfaceView surfaceView = new SurfaceView(this); in onCreate() local
59 SurfaceView surfaceView = new SurfaceView(this); in onCreate() local
628 private SurfaceView surfaceView; field in SurfaceViewFactory1131 public SurfaceViewSnapshot(final SurfaceView surfaceView, final int width, final int height) { in SurfaceViewSnapshot()
76 private SurfaceView surfaceView; field in WindowTest