Searched refs:Texture (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTexture.java20 // Texture is a rectangular image which can be drawn on GLCanvas.
26 // Texture
38 public interface Texture { interface
H A DFadeInTexture.java22 public class FadeInTexture extends FadeTexture implements Texture {
H A DColorTexture.java22 public class ColorTexture implements Texture {
H A DFadeTexture.java23 public abstract class FadeTexture implements Texture {
H A DBasicTexture.java25 // BasicTexture is a Texture corresponds to a real GL texture.
28 public abstract class BasicTexture implements Texture {
H A DTiledTexture.java39 public class TiledTexture implements Texture {
263 // Texture +---------------+
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DTexture.java20 // Texture is a rectangular image which can be drawn on GLCanvas.
26 // Texture
38 public interface Texture { interface
H A DBasicTexture.java25 // BasicTexture is a Texture corresponds to a real GL texture.
28 public abstract class BasicTexture implements Texture {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlotRenderer.java28 import com.android.gallery3d.glrenderer.Texture;
116 private static Texture checkLabelTexture(Texture texture) {
123 private static Texture checkContentTexture(Texture texture) {
172 Texture content = checkContentTexture(entry.content);
192 Texture content = checkLabelTexture(entry.labelTexture);
H A DAbstractSlotRenderer.java27 import com.android.gallery3d.glrenderer.Texture;
47 Texture content, int width, int height, int rotation) {
114 protected static void drawFrame(GLCanvas canvas, Rect padding, Texture frame,
H A DAlbumSlotRenderer.java26 import com.android.gallery3d.glrenderer.Texture;
96 private static Texture checkTexture(Texture texture) {
111 Texture content = checkTexture(entry.content);
H A DAlbumSlidingWindow.java29 import com.android.gallery3d.glrenderer.Texture;
55 public Texture content;
H A DAlbumSetSlidingWindow.java32 import com.android.gallery3d.glrenderer.Texture;
77 public Texture content;
H A DPhotoView.java41 import com.android.gallery3d.glrenderer.Texture;
202 private Texture mVideoPlayIcon;

Completed in 1398 milliseconds