Searched refs:mBackBitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java159 private Bitmap mBackBitmap; field in class:FrameSequenceDrawable
179 * Runs on decoding thread, only modifies mBackBitmap's pixels
193 bitmap = mBackBitmap;
215 bitmapToRelease = mBackBitmap;
216 mBackBitmap = null;
274 mBackBitmap = acquireAndValidateBitmap(bitmapProvider, width, height);
282 = new BitmapShader(mBackBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
342 bitmapToReleaseB = mBackBitmap;
343 mBackBitmap = null;
380 Bitmap tmp = mBackBitmap;
[all...]

Completed in 41 milliseconds