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

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ColorTexture.java 21 // ColorTexture is a texture which fills the rectangle with the specified color.
22 public class ColorTexture implements Texture {
28 public ColorTexture(int color) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 24 import com.android.gallery3d.glrenderer.ColorTexture;
39 private final ColorTexture mWaitLoadingTexture;
78 mWaitLoadingTexture = new ColorTexture(mPlaceholderColor);
AlbumSlotRenderer.java 23 import com.android.gallery3d.glrenderer.ColorTexture;
42 private final ColorTexture mWaitLoadingTexture;
61 mWaitLoadingTexture = new ColorTexture(mPlaceholderColor);

Completed in 2176 milliseconds