Searched refs:FixedAspectSurfaceView (Results 1 – 2 of 2) sorted by relevance
36 public class FixedAspectSurfaceView extends SurfaceView { class45 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { in FixedAspectSurfaceView() method in FixedAspectSurfaceView51 R.styleable.FixedAspectSurfaceView, 0, 0); in FixedAspectSurfaceView()
42 private final FixedAspectSurfaceView mFixedSurfaceView;66 …mFixedSurfaceView = (FixedAspectSurfaceView) this.findViewById(R.id.target_subpane_surface_view_vi… in SurfaceViewSubPane()