Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java67 private int mBottomRightCornerStyle = CORNER_STYLE_SHARP; field in StyledCornersBitmapDrawable
267 if (mBottomRightCornerStyle == CORNER_STYLE_FLAP) { in draw()
330 if (mBottomRightCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
367 if (mBottomRightCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
437 switch (mBottomRightCornerStyle) { in recalculatePath()
483 || mBottomRightCornerStyle != bottomRight in setCornerStyles()
488 mBottomRightCornerStyle = bottomRight; in setCornerStyles()