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

  /packages/apps/Gallery3D/src/com/cooliris/media/
BackgroundLayer.java 32 private final HashMap<Texture, AdaptiveBackgroundTexture> mCacheAdaptiveTexture = new HashMap<Texture, AdaptiveBackgroundTexture>();
82 HashMap<Texture, AdaptiveBackgroundTexture> adaptives = mCacheAdaptiveTexture;
83 AdaptiveBackgroundTexture retVal = adaptives.get(itemThumbnail);
85 retVal = new AdaptiveBackgroundTexture(itemThumbnail, ADAPTIVE_BACKGROUND_WIDTH, ADAPTIVE_BACKGROUND_HEIGHT);
AdaptiveBackgroundTexture.java 25 public final class AdaptiveBackgroundTexture extends Texture {
52 public AdaptiveBackgroundTexture(Bitmap source, int width, int height) {
59 public AdaptiveBackgroundTexture(Texture texture, int width, int height) {

Completed in 36 milliseconds