Searched refs:interpolatedRadius (Results 1 – 1 of 1) sorted by relevance
372 final float interpolatedRadius = getInterpolatedRadius(); in renderBackground() local396 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground()439 final float interpolatedRadius = getInterpolatedRadius(); in getOutline() local440 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()441 interpolatedRadius, Path.Direction.CW); in getOutline()