public class BoundsHelper extends Object
Constructor and Description |
---|
BoundsHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
applyBoundsToView(View view,
int left,
int top,
int right,
int bottom,
boolean force)
Sets the bounds on the given view if the view doesn't already have those bounds (or if 'force'
is supplied).
|
static void |
applySizeToDrawableForAnimation(Drawable drawable,
int width,
int height) |
static void |
applyXYToDrawableForAnimation(Drawable drawable,
int x,
int y) |
public static void applyBoundsToView(View view, int left, int top, int right, int bottom, boolean force)
public static void applySizeToDrawableForAnimation(Drawable drawable, int width, int height)
public static void applyXYToDrawableForAnimation(Drawable drawable, int x, int y)