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

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

Completed in 38 milliseconds