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/ui/
FadeInTexture.java 19 // FadeInTexture is a texture which begins with a color, then gradually animates
21 public class FadeInTexture extends FadeTexture implements Texture {
23 private static final String TAG = "FadeInTexture";
27 public FadeInTexture(int color, BasicTexture texture) {
AlbumSlotRenderer.java 113 content = new FadeInTexture(PLACEHOLDER_COLOR, entry.bitmapTexture);
117 if ((content instanceof FadeInTexture) &&
118 ((FadeInTexture) content).isAnimating()) {
AlbumSetSlotRenderer.java 151 content = new FadeInTexture(PLACEHOLDER_COLOR, entry.bitmapTexture);
155 if ((content instanceof FadeInTexture) &&
156 ((FadeInTexture) content).isAnimating()) {

Completed in 285 milliseconds