Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the drawable's bounds Rect. Note: for efficiency, the returned
object may be the same object stored in the drawable (though this is not
guaranteed), so if a persistent copy of the bounds is needed, call
copyBounds(rect) instead.
You should also not change the object returned by this method as it may
be the same object stored in the drawable.
Set method documentation [Android Documentation]
Specify a bounding rectangle for the Drawable. This is where the drawable
will draw when its draw() method is called.