Searched refs:mCapture (Results 1 – 1 of 1) sorted by relevance
188 private Bitmap mCapture; field in Tab1230 if (mCapture == null) { in updateShouldCaptureThumbnails()1231 mCapture = Bitmap.createBitmap(mCaptureWidth, mCaptureHeight, in updateShouldCaptureThumbnails()1233 mCapture.eraseColor(Color.WHITE); in updateShouldCaptureThumbnails()1241 mCapture = null; in updateShouldCaptureThumbnails()1769 if (mCapture != null) { in restoreState()1802 return mCapture; in getScreenshot()1910 if (mMainView == null || mCapture == null) return; in capture()1914 Canvas c = new Canvas(mCapture); in capture()1928 c.drawRect(0, 0, 1, mCapture.getHeight(), sAlphaPaint); in capture()[all …]