Searched refs:mShadowBitmap (Results 1 – 1 of 1) sorted by relevance
92 private Bitmap mShadowBitmap; field in PreloadIconDrawable136 mShadowBitmap = getShadowBitmap(bounds.width(), bounds.height(), in onBoundsChange()175 if (mShadowBitmap != null) { in drawInternal()176 canvas.drawBitmap(mShadowBitmap, bounds.left, bounds.top, mProgressPaint); in drawInternal()