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

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

Completed in 9 milliseconds