Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java46 public static final int CORNER_STYLE_SHARP = 0; field in StyledCornersBitmapDrawable
65 private int mTopLeftCornerStyle = CORNER_STYLE_SHARP;
66 private int mTopRightCornerStyle = CORNER_STYLE_SHARP;
67 private int mBottomRightCornerStyle = CORNER_STYLE_SHARP;
68 private int mBottomLeftCornerStyle = CORNER_STYLE_SHARP;
70 private int mTopStartCornerStyle = CORNER_STYLE_SHARP;
71 private int mTopEndCornerStyle = CORNER_STYLE_SHARP;
72 private int mBottomEndCornerStyle = CORNER_STYLE_SHARP;
73 private int mBottomStartCornerStyle = CORNER_STYLE_SHARP;
410 case CORNER_STYLE_SHARP: in recalculatePath()
[all …]