Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
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()
DSurfaceViewSubPane.java42 private final FixedAspectSurfaceView mFixedSurfaceView;
66 …mFixedSurfaceView = (FixedAspectSurfaceView) this.findViewById(R.id.target_subpane_surface_view_vi… in SurfaceViewSubPane()