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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java63 private int mTopRightCornerStyle = CORNER_STYLE_SHARP; field in class:StyledCornersBitmapDrawable
125 || mTopRightCornerStyle != topRight
130 mTopRightCornerStyle = topRight;
253 if (mTopRightCornerStyle == CORNER_STYLE_FLAP) {
301 if (mTopRightCornerStyle == CORNER_STYLE_ROUND) {
339 if (mTopRightCornerStyle == CORNER_STYLE_FLAP) {
395 switch (mTopRightCornerStyle) {

Completed in 121 milliseconds