| Class | Description |
|---|---|
| BitmapUtil |
An utility class, which provides static methods, which allow to create and edit bitmaps.
|
| ClassUtil |
An utility class, which provides static methods for handling instances of the class
Class. |
| Condition |
An utility class, which provides static methods, which allow to ensure, that variables and
objects fulfill certain conditions.
|
| DisplayUtil |
An utility class, which provides static methods, which are related to a device's display
metrics.
|
| ElevationUtil |
An utility class, which provides static methods, which allow to emulate elevations of views on
pre-Lollipop devices.
|
| Enum | Description |
|---|---|
| ElevationUtil.Orientation |
Contains all possible orientations of a shadow in relation to an elevated view.
|
| Annotation Type | Description |
|---|---|
| VisibleForTesting |
An annotation, which allows to mark types, constructors, methods or fields, which are only part
of a publicly exposed API for testing purposes.
|