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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java35 * All four corners can be configured as {@link #CORNER_STYLE_SHARP},
46 public static final int CORNER_STYLE_SHARP = 0; field in class: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;
[all...]

Completed in 32 milliseconds