Searched refs:surfaceView (Results 1 – 4 of 4) sorted by relevance
64 SurfaceView surfaceView = new SurfaceView(this); in onCreate() local65 surfaceView.getHolder().addCallback(new SurfaceHolder.Callback() { in onCreate()78 setContentView(surfaceView); in onCreate()
59 SurfaceView surfaceView = new SurfaceView(this); in onCreate() local60 surfaceView.getHolder().addCallback(new SurfaceHolder.Callback() { in onCreate()73 setContentView(surfaceView); in onCreate()
628 private SurfaceView surfaceView; field in SurfaceViewFactory638 surfaceView = null; in release()650 surfaceView = new SurfaceView(context); in createView()651 surfaceHolder = surfaceView.getHolder(); in createView()653 return surfaceView; in createView()676 surfaceViewSnapshot = new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()1131 public SurfaceViewSnapshot(final SurfaceView surfaceView, final int width, final int height) { in SurfaceViewSnapshot() argument1141 copyResult = copyHelper.request(surfaceView, bitmap); in SurfaceViewSnapshot()
76 private SurfaceView surfaceView; field in WindowTest666 surfaceView = new SurfaceView(mContext); in testSetLocalFocus()672 surfaceView.getHolder().addCallback(new SurfaceHolder.Callback() { in testSetLocalFocus()691 mWindow.setContentView(surfaceView); in testSetLocalFocus()