Searched refs:interpolatedRadius (Results 1 – 1 of 1) sorted by relevance
477 final float interpolatedRadius = getInterpolatedRadius(); in renderBackground() local501 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground()544 final float interpolatedRadius = getInterpolatedRadius(); in getOutline() local545 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()546 interpolatedRadius, Path.Direction.CW); in getOutline()