Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java48 public static final int CORNER_STYLE_FLAP = 2; field in StyledCornersBitmapDrawable
257 if (mTopLeftCornerStyle == CORNER_STYLE_FLAP) { in draw()
262 if (mTopRightCornerStyle == CORNER_STYLE_FLAP) { in draw()
267 if (mBottomRightCornerStyle == CORNER_STYLE_FLAP) { in draw()
272 if (mBottomLeftCornerStyle == CORNER_STYLE_FLAP) { in draw()
351 if (mTopLeftCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
359 if (mTopRightCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
367 if (mBottomRightCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
375 if (mBottomLeftCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
417 case CORNER_STYLE_FLAP: in recalculatePath()
[all …]