Example usage for Java android.graphics.drawable VectorDrawable fields, constructors, methods, implement or subclass
The text is from its open source code.
void | applyTheme(Theme t) |
boolean | canApplyTheme() |
VectorDrawable | create(Resources resources, int rid) |
void | draw(Canvas canvas) |
int | getIntrinsicHeight() |
int | getIntrinsicWidth() |
float | getPixelSize() The size of a pixel when scaled from the intrinsic dimension to the viewport dimension. |
void | setAllowCaching(boolean allowCaching) |
void | setBounds(int left, int top, int right, int bottom) Specify a bounding rectangle for the Drawable. |
void | setCallback(@Nullable Callback cb) Bind a Callback object to this Drawable. |