Home | History | Annotate | Download | only in ui

Lines Matching defs:bitmapTexture

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) {
322 mContentUploader.addTexture(entry.bitmapTexture);
386 public BitmapTexture getLoadingTexture() {
391 mLoadingLabel = new BitmapTexture(bitmap);
447 entry.bitmapTexture = texture;
510 BitmapTexture texture = new BitmapTexture(bitmap);