Home
last modified time | relevance | path

Searched refs:mPlaceholderColor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTiledScreenNail.java68 private static int mPlaceholderColor = 0xFF222222; field in TiledScreenNail
72 mPlaceholderColor = color; in setPlaceholderColor()
161 canvas.fillRect(x, y, width, height, mPlaceholderColor); in draw()
171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y, in draw()
182 mPlaceholderColor); in draw()
DAlbumSlotRenderer.java37 private final int mPlaceholderColor; field in AlbumSlotRenderer
59 mPlaceholderColor = placeholderColor; in AlbumSlotRenderer()
61 mWaitLoadingTexture = new ColorTexture(mPlaceholderColor); in AlbumSlotRenderer()
117 content = new FadeInTexture(mPlaceholderColor, entry.bitmapTexture); in renderSlot()
DAlbumSetSlotRenderer.java37 private final int mPlaceholderColor; field in AlbumSetSlotRenderer
76 mPlaceholderColor = placeholderColor; in AlbumSetSlotRenderer()
78 mWaitLoadingTexture = new ColorTexture(mPlaceholderColor); in AlbumSetSlotRenderer()
178 content = new FadeInTexture(mPlaceholderColor, entry.bitmapTexture); in renderContent()
DPhotoView.java49 private final int mPlaceholderColor; field in PhotoView
249 mPlaceholderColor = mContext.getResources().getColor( in PhotoView()
915 canvas.fillRect(r.left, r.top, r.width(), r.height(), mPlaceholderColor); in drawPlaceHolder()