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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlidingWindow.java78 public BitmapTexture labelTexture; field in class:AlbumSetSlidingWindow.AlbumSetEntry
234 if (entry.labelTexture != null) entry.labelTexture.recycle();
266 entry.labelTexture = null;
308 if (entry.labelTexture != null) {
309 mLabelUploader.addBgTexture(entry.labelTexture);
324 if (entry.labelTexture != null) {
325 mLabelUploader.addFgTexture(entry.labelTexture);
512 entry.labelTexture = texture;
539 entry.labelTexture
[all...]
H A DAlbumSetSlotRenderer.java192 Texture content = checkLabelTexture(entry.labelTexture);

Completed in 39 milliseconds