Searched refs:tempShadowRectF (Results 1 – 1 of 1) sorted by relevance
45 static RectF tempShadowRectF = new RectF(0, 0, 0, 0); field in ShadowLayout108 tempShadowRectF.right = child.getWidth(); in onDraw()109 tempShadowRectF.bottom = child.getHeight(); in onDraw()110 canvas.drawBitmap(mShadowBitmap, sShadowRect, tempShadowRectF, mShadowPaint); in onDraw()