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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 68 private static int mPlaceholderColor = 0xFF222222;
72 mPlaceholderColor = color;
161 canvas.fillRect(x, y, width, height, mPlaceholderColor);
171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y,
182 mPlaceholderColor);
AlbumSetSlotRenderer.java 37 private final int mPlaceholderColor;
76 mPlaceholderColor = placeholderColor;
78 mWaitLoadingTexture = new ColorTexture(mPlaceholderColor);
178 content = new FadeInTexture(mPlaceholderColor, entry.bitmapTexture);
AlbumSlotRenderer.java 37 private final int mPlaceholderColor;
59 mPlaceholderColor = placeholderColor;
61 mWaitLoadingTexture = new ColorTexture(mPlaceholderColor);
117 content = new FadeInTexture(mPlaceholderColor, entry.bitmapTexture);
PhotoView.java 49 private final int mPlaceholderColor;
249 mPlaceholderColor = mContext.getResources().getColor(
    [all...]

Completed in 301 milliseconds