public AsyncGetResultsTask(MandelbrotDraw act, Context context, ImageView imgV, int width, int height, int maxIterations) { _context = context; _imgView = imgV; _width = width; _height = height; _maxIterations = maxIterations; _activity = act; }