Searched refs:Texture (Results 1 – 14 of 14) sorted by relevance
28 import com.android.gallery3d.glrenderer.Texture;116 private static Texture checkLabelTexture(Texture texture) { in checkLabelTexture()123 private static Texture checkContentTexture(Texture texture) { in checkContentTexture()172 Texture content = checkContentTexture(entry.content); in renderContent()192 Texture content = checkLabelTexture(entry.labelTexture); in renderLabel()
26 import com.android.gallery3d.glrenderer.Texture;96 private static Texture checkTexture(Texture texture) { in checkTexture()111 Texture content = checkTexture(entry.content); in renderSlot()
27 import com.android.gallery3d.glrenderer.Texture;47 Texture content, int width, int height, int rotation) { in drawContent()114 protected static void drawFrame(GLCanvas canvas, Rect padding, Texture frame, in drawFrame()
29 import com.android.gallery3d.glrenderer.Texture;55 public Texture content;
32 import com.android.gallery3d.glrenderer.Texture;77 public Texture content;
41 import com.android.gallery3d.glrenderer.Texture;202 private Texture mVideoPlayIcon;
38 public interface Texture { interface
28 public abstract class BasicTexture implements Texture {
22 public class FadeInTexture extends FadeTexture implements Texture {
22 public class ColorTexture implements Texture {
23 public abstract class FadeTexture implements Texture {
39 public class TiledTexture implements Texture {