Example usage for Java android.graphics.drawable ClipDrawable fields, constructors, methods, implement or subclass
The text is from its open source code.
int | HORIZONTAL |
int | VERTICAL |
ClipDrawable(Drawable drawable, int gravity, int orientation) Creates a new clip drawable with the specified gravity and orientation. |
boolean | setLevel(@IntRange(from = 0, to = 10000) int level) Specify the level for the drawable. |