Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java66 private int mTopRightCornerStyle = CORNER_STYLE_SHARP; field in StyledCornersBitmapDrawable
262 if (mTopRightCornerStyle == CORNER_STYLE_FLAP) { in draw()
321 if (mTopRightCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
359 if (mTopRightCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
423 switch (mTopRightCornerStyle) { in recalculatePath()
482 || mTopRightCornerStyle != topRight in setCornerStyles()
487 mTopRightCornerStyle = topRight; in setCornerStyles()