Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java68 private int mBottomLeftCornerStyle = CORNER_STYLE_SHARP; field in StyledCornersBitmapDrawable
272 if (mBottomLeftCornerStyle == CORNER_STYLE_FLAP) { in draw()
340 if (mBottomLeftCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
375 if (mBottomLeftCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
452 switch (mBottomLeftCornerStyle) { in recalculatePath()
484 || mBottomLeftCornerStyle != bottomLeft; in setCornerStyles()
489 mBottomLeftCornerStyle = bottomLeft; in setCornerStyles()