Searched refs:PreviewSurfaceView (Results 1 – 2 of 2) sorted by relevance
28 public class PreviewSurfaceView extends SurfaceView { class31 public PreviewSurfaceView(Context context, AttributeSet attrs, int defStyle) { in PreviewSurfaceView() method in PreviewSurfaceView35 public PreviewSurfaceView(Context context, AttributeSet attrs) { in PreviewSurfaceView() method in PreviewSurfaceView39 public PreviewSurfaceView(Context context) { in PreviewSurfaceView() method in PreviewSurfaceView
79 import com.android.videoeditor.widgets.PreviewSurfaceView;151 private PreviewSurfaceView mSurfaceView;219 mSurfaceView = (PreviewSurfaceView) findViewById(R.id.video_view); in onCreate()