Searched defs:FadeInTexture (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DFadeInTexture.java20 // FadeInTexture is a texture which begins with a color, then gradually animates
22 public class FadeInTexture extends FadeTexture implements Texture { class in inherits:FadeTexture,Texture
24 private static final String TAG = "FadeInTexture";
29 public FadeInTexture(int color, TiledTexture texture) { method in class:FadeInTexture

Completed in 72 milliseconds