Home
last modified time | relevance | path

Searched refs:CORNER_STYLE_ROUND (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java47 public static final int CORNER_STYLE_ROUND = 1; field in StyledCornersBitmapDrawable
312 if (mTopLeftCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
321 if (mTopRightCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
330 if (mBottomRightCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
340 if (mBottomLeftCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
413 case CORNER_STYLE_ROUND: in recalculatePath()
427 case CORNER_STYLE_ROUND: in recalculatePath()
441 case CORNER_STYLE_ROUND: in recalculatePath()
456 case CORNER_STYLE_ROUND: in recalculatePath()