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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
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) {
AlbumSlotRenderer.java 39 private final ColorTexture mWaitLoadingTexture;
57 mWaitLoadingTexture = new ColorTexture(PLACEHOLDER_COLOR);
AlbumSetSlotRenderer.java 33 private final ColorTexture mWaitLoadingTexture;
64 mWaitLoadingTexture = new ColorTexture(PLACEHOLDER_COLOR);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
TextureTest.java 100 ColorTexture texture = new ColorTexture(0x12345678);
112 assertTrue(new ColorTexture(0xFF000000).isOpaque());

Completed in 235 milliseconds