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

/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java158 private Bitmap mFrontBitmap; field in class:FrameSequenceDrawable
273 mFrontBitmap = acquireAndValidateBitmap(bitmapProvider, width, height);
280 = new BitmapShader(mFrontBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
287 mFrameSequenceState.getFrame(0, mFrontBitmap, -1);
338 bitmapToReleaseA = mFrontBitmap;
339 mFrontBitmap = null;
379 // reference to the old mFrontBitmap, so we now use it to produce the next frame
381 mBackBitmap = mFrontBitmap;
382 mFrontBitmap = tmp;
435 canvas.drawBitmap(mFrontBitmap, mSrcRec
[all...]

Completed in 828 milliseconds