public class BoundsUtils
extends java.lang.Object
Constructor and Description |
---|
BoundsUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
applyBoundsToMountContent(int left,
int top,
int right,
int bottom,
Rect padding,
java.lang.Object content,
boolean force)
Sets the bounds on the given content if the content doesn't already have those bounds (or if
'force' * is supplied).
|
static void |
applyBoundsToMountContent(int left,
int top,
int right,
int bottom,
Rect padding,
java.lang.Object content,
boolean force,
Systracer tracer)
Sets the bounds on the given content if the content doesn't already have those bounds (or if
'force' * is supplied).
|
static void |
applyBoundsToMountContent(RenderTreeNode renderTreeNode,
java.lang.Object content,
boolean force) |
static void |
applyBoundsToMountContent(RenderTreeNode renderTreeNode,
java.lang.Object content,
boolean force,
Systracer tracer) |
public static void applyBoundsToMountContent(RenderTreeNode renderTreeNode, java.lang.Object content, boolean force)
public static void applyBoundsToMountContent(RenderTreeNode renderTreeNode, java.lang.Object content, boolean force, Systracer tracer)
public static void applyBoundsToMountContent(int left, int top, int right, int bottom, Rect padding, java.lang.Object content, boolean force)
public static void applyBoundsToMountContent(int left, int top, int right, int bottom, Rect padding, java.lang.Object content, boolean force, Systracer tracer)