Searched refs:rectPath (Results 1 – 1 of 1) sorted by relevance
381 final Path rectPath = new Path(); in getOutline() local382 rectPath.addRoundRect(mBgRect, mCornerRadius, mCornerRadius, Path.Direction.CW); in getOutline()383 outline.setConvexPath(rectPath); in getOutline()