Searched refs:interpolatedRadius (Results 1 – 1 of 1) sorted by relevance
435 final float interpolatedRadius = getInterpolatedRadius(); in renderBackground() local459 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground()502 final float interpolatedRadius = getInterpolatedRadius(); in getOutline() local503 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()504 interpolatedRadius, Path.Direction.CW); in getOutline()