Lines Matching refs:mPreview
137 private Bitmap mPreview; field in BitmapRegionTileSource.BitmapSource
169 mPreview = loadPreviewBitmap(opts); in loadInBackground()
173 mPreview = null; in loadInBackground()
177 if (mPreview == null) { in loadInBackground()
178 mPreview = loadPreviewBitmap(opts); in loadInBackground()
180 if (mPreview == null) { in loadInBackground()
187 GLUtils.getInternalFormat(mPreview); in loadInBackground()
188 GLUtils.getType(mPreview); in loadInBackground()
207 return mPreview; in getPreviewBitmap()
295 private BasicTexture mPreview; field in BitmapRegionTileSource
317 mPreview = new BitmapTexture(preview); in BitmapRegionTileSource()
330 return mPreview instanceof BitmapTexture ? ((BitmapTexture) mPreview).getBitmap() : null; in getBitmap()
350 return mPreview; in getPreview()