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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 78 public BitmapTexture labelTexture;
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 = null
    [all...]
AlbumSetSlotRenderer.java 192 Texture content = checkLabelTexture(entry.labelTexture);

Completed in 554 milliseconds