HomeSort by relevance Sort by last modified time
    Searched defs:bitmapTexture (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java 54 public TiledTexture bitmapTexture;
184 if (entry.bitmapTexture != null) {
185 mTileUploader.addTexture(entry.bitmapTexture);
197 if (entry.bitmapTexture != null) {
198 mTileUploader.addTexture(entry.bitmapTexture);
259 if (entry.bitmapTexture != null) entry.bitmapTexture.recycle();
312 entry.bitmapTexture = new TiledTexture(bitmap);
313 entry.content = entry.bitmapTexture;
316 mTileUploader.addTexture(entry.bitmapTexture);
    [all...]
AlbumSetSlidingWindow.java 31 import com.android.gallery3d.glrenderer.BitmapTexture;
70 private BitmapTexture mLoadingLabel;
78 public BitmapTexture labelTexture;
79 public TiledTexture bitmapTexture;
235 if (entry.bitmapTexture != null) entry.bitmapTexture.recycle();
281 entry.bitmapTexture = null;
305 if (entry.bitmapTexture != null) {
306 mContentUploader.addTexture(entry.bitmapTexture);
321 if (entry.bitmapTexture != null)
    [all...]

Completed in 236 milliseconds