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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java68 private int mBottomLeftCornerStyle = CORNER_STYLE_SHARP; field in class:StyledCornersBitmapDrawable
272 if (mBottomLeftCornerStyle == CORNER_STYLE_FLAP) {
340 if (mBottomLeftCornerStyle == CORNER_STYLE_ROUND) {
375 if (mBottomLeftCornerStyle == CORNER_STYLE_FLAP) {
452 switch (mBottomLeftCornerStyle) {
484 || mBottomLeftCornerStyle != bottomLeft;
489 mBottomLeftCornerStyle = bottomLeft;

Completed in 332 milliseconds