Searched refs:mCornerShadowPath (Results 1 – 1 of 1) sorted by relevance
58 Path mCornerShadowPath; field in FakeShadowDrawable195 canvas.drawPath(mCornerShadowPath, mCornerShadowPaint); in drawShadow()206 canvas.drawPath(mCornerShadowPath, mCornerShadowPaint); in drawShadow()217 canvas.drawPath(mCornerShadowPath, mCornerShadowPaint); in drawShadow()227 canvas.drawPath(mCornerShadowPath, mCornerShadowPaint); in drawShadow()240 if (mCornerShadowPath == null) { in buildShadowCorners()241 mCornerShadowPath = new Path(); in buildShadowCorners()243 mCornerShadowPath.reset(); in buildShadowCorners()245 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()246 mCornerShadowPath.moveTo(-mCornerRadius, 0); in buildShadowCorners()[all …]