Searched refs:sShadowRect (Results 1 – 1 of 1) sorted by relevance
44 static final Rect sShadowRect = new Rect(0, 0, 200 + 2 * BLUR_RADIUS, 200 + 2 * BLUR_RADIUS); field in ShadowLayout69 mShadowBitmap = Bitmap.createBitmap(sShadowRect.width(), in init()70 sShadowRect.height(), Bitmap.Config.ARGB_8888); in init()110 canvas.drawBitmap(mShadowBitmap, sShadowRect, tempShadowRectF, mShadowPaint); in onDraw()