Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java65 private int mTopLeftCornerStyle = CORNER_STYLE_SHARP; field in StyledCornersBitmapDrawable
257 if (mTopLeftCornerStyle == CORNER_STYLE_FLAP) { in draw()
312 if (mTopLeftCornerStyle == CORNER_STYLE_ROUND) { in drawFakeCornersForCompatibilityMode()
351 if (mTopLeftCornerStyle == CORNER_STYLE_FLAP) { in drawFakeCornersForCompatibilityMode()
409 switch (mTopLeftCornerStyle) { in recalculatePath()
481 boolean changed = mTopLeftCornerStyle != topLeft in setCornerStyles()
486 mTopLeftCornerStyle = topLeft; in setCornerStyles()