Searched refs:mCurrentTexture (Results 1 – 1 of 1) sorted by relevance
40 private BitmapTexture mCurrentTexture; field in SlideshowView61 mPrevTexture = mCurrentTexture; in next()66 mCurrentTexture = new BitmapTexture(bitmap); in next()69 mCurrentTexture.getWidth(), mCurrentTexture.getHeight(), in next()73 mCurrentTexture.getHeight(), mCurrentTexture.getWidth(), in next()86 if (mCurrentTexture != null) { in release()87 mCurrentTexture.recycle(); in release()88 mCurrentTexture = null; in release()108 if (mCurrentTexture != null) { in render()114 mCurrentTexture.draw(canvas, -mCurrentTexture.getWidth() / 2, in render()[all …]