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

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeInTexture.java 20 // FadeInTexture is a texture which begins with a color, then gradually animates
22 public class FadeInTexture extends FadeTexture implements Texture {
24 private static final String TAG = "FadeInTexture";
29 public FadeInTexture(int color, TiledTexture texture) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 25 import com.android.gallery3d.glrenderer.FadeInTexture;
178 content = new FadeInTexture(mPlaceholderColor, entry.bitmapTexture);
182 if ((content instanceof FadeInTexture) &&
183 ((FadeInTexture) content).isAnimating()) {
AlbumSlotRenderer.java 24 import com.android.gallery3d.glrenderer.FadeInTexture;
117 content = new FadeInTexture(mPlaceholderColor, entry.bitmapTexture);
121 if ((content instanceof FadeInTexture) &&
122 ((FadeInTexture) content).isAnimating()) {

Completed in 49 milliseconds