Searched refs:FixedAspectSurfaceView (Results 1 – 2 of 2) sorted by relevance
38 public class FixedAspectSurfaceView extends SurfaceView { class47 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { in FixedAspectSurfaceView() method in FixedAspectSurfaceView53 R.styleable.FixedAspectSurfaceView, 0, 0); in FixedAspectSurfaceView()
99 private FixedAspectSurfaceView mPreviewView;152 mPreviewView = (FixedAspectSurfaceView) findViewById(R.id.preview); in onCreate()