Searched refs:SurfaceTextureView (Results 1 - 2 of 2) sorted by relevance

/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DSurfaceTextureView.java22 class SurfaceTextureView extends GLSurfaceView { class in inherits:GLSurfaceView
95 public SurfaceTextureView(Context context) { method in class:SurfaceTextureView
100 public SurfaceTextureView(Context context, AttributeSet attrs) { method in class:SurfaceTextureView
H A DVideoChatTestActivity.java58 fl.addView(new SurfaceTextureView(this));
312 SurfaceTextureView surfaceTextureView = null;
315 surfaceTextureView = (SurfaceTextureView)previewBlock.getChildAt(0);

Completed in 203 milliseconds