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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DFadeTexture.java22 // FadeTexture is a texture which fades the given texture along the time.
23 public abstract class FadeTexture implements Texture { class in inherits:Texture
25 private static final String TAG = "FadeTexture";
36 public FadeTexture(int width, int height, boolean opaque) { method in class:FadeTexture

Completed in 114 milliseconds