Home
last modified time | relevance | path

Searched refs:FixedAspectSurfaceView (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DFixedAspectSurfaceView.java36 public class FixedAspectSurfaceView extends SurfaceView { class
45 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { in FixedAspectSurfaceView() method in FixedAspectSurfaceView
51 R.styleable.FixedAspectSurfaceView, 0, 0); in FixedAspectSurfaceView()
DHdrViewfinderActivity.java102 private FixedAspectSurfaceView mPreviewView;
155 mPreviewView = (FixedAspectSurfaceView) findViewById(R.id.preview); in onCreate()