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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DFadeTexture.java21 // FadeTexture is a texture which fades the given texture along the time.
22 public abstract class FadeTexture implements Texture { class in inherits:Texture
24 private static final String TAG = "FadeTexture";
35 public FadeTexture(int width, int height, boolean opaque) { method in class:FadeTexture
H A DFadeInTexture.java21 public class FadeInTexture extends FadeTexture implements Texture {
H A DFadeOutTexture.java21 public class FadeOutTexture extends FadeTexture {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java48 import com.android.gallery3d.ui.FadeTexture;
263 FadeTexture.DURATION);
H A DAlbumSetPage.java51 import com.android.gallery3d.ui.FadeTexture;
204 FadeTexture.DURATION);

Completed in 377 milliseconds