Searched refs:CustomSurfaceView (Results 1 – 4 of 4) sorted by relevance
88 private List<CustomSurfaceView> mViews = new ArrayList<CustomSurfaceView>();324 CustomSurfaceView view = new CustomSurfaceView(this, "Surface:" + i); in onCreate()435 CustomSurfaceView view = mViews.get(i); in waitForSurfacesConfigured()452 CustomSurfaceView view = mViews.get(i); in validateSurfacesNotChanged()459 CustomSurfaceView view = mViews.get(i); in configureSurfaces()482 CustomSurfaceView view = mViews.get(i); in acquireSurfacesCanvas()489 CustomSurfaceView view = mViews.get(i); in releaseSurfacesCanvas()
35 public class CustomSurfaceView extends SurfaceView implements SurfaceHolder.Callback { class90 public CustomSurfaceView(Context context, String name) { in CustomSurfaceView() method in CustomSurfaceView
33 private CustomSurfaceView mSurfaceView = null;64 mSurfaceView = new CustomSurfaceView(GamePerformanceActivity.this); in attachSurfaceView()
35 public class CustomSurfaceView extends SurfaceView implements SurfaceHolder.Callback { class61 public CustomSurfaceView(Context context) { in CustomSurfaceView() method in CustomSurfaceView