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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlideshowView.java40 private BitmapTexture mCurrentTexture; field in class:SlideshowView
61 mPrevTexture = mCurrentTexture;
66 mCurrentTexture = new BitmapTexture(bitmap);
69 mCurrentTexture.getWidth(), mCurrentTexture.getHeight(),
73 mCurrentTexture.getHeight(), mCurrentTexture.getWidth(),
86 if (mCurrentTexture != null) {
87 mCurrentTexture.recycle();
88 mCurrentTexture
[all...]

Completed in 9 milliseconds