public class MeasureUtils
extends java.lang.Object
| Constructor and Description |
|---|
MeasureUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getMeasurement(int measureSpec,
int contentSize)
Utility to return a view's standard measurement.
|
public static int getMeasurement(int measureSpec,
int contentSize)
measureSpec - Constraints imposed by the parentcontentSize - Desired size for the view