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

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeTexture.java 22 // FadeTexture is a texture which fades the given texture along the time.
23 public abstract class FadeTexture implements Texture {
25 private static final String TAG = "FadeTexture";
36 public FadeTexture(int width, int height, boolean opaque) {
FadeInTexture.java 22 public class FadeInTexture extends FadeTexture implements Texture {
FadeOutTexture.java 22 public class FadeOutTexture extends FadeTexture {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 44 import com.android.gallery3d.glrenderer.FadeTexture;
264 FadeTexture.DURATION);
AlbumSetPage.java 44 import com.android.gallery3d.glrenderer.FadeTexture;
203 FadeTexture.DURATION);

Completed in 507 milliseconds