Searched refs:mTrackResultBitmap (Results 1 – 1 of 1) sorted by relevance
84 private Bitmap mTrackResultBitmap = null; field in CameraPreviewActivity502 if (mTrackResultBitmap == null) { in showTrackSelectResults()504 mTrackResultBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in showTrackSelectResults()505 mTrackResultCanvas = new Canvas(mTrackResultBitmap); in showTrackSelectResults()558 mTrackResultView.setImageBitmap(mTrackResultBitmap); in showTrackSelectResults()