| Interface | Description |
|---|---|
| Screen |
Screen interface specifies API through which an actual information about the Android device's
screen may be accessed.
|
| Screen.Provider |
Interface for provider that may be used to access implementation of
Screen. |
| Class | Description |
|---|---|
| ScreenUtils |
Simple utility class specifying API allowing to manage screen of the current Android device.
|
| Enum | Description |
|---|---|
| Screen.ScreenDensity |
Represents density of the Android device's screen.
|
| Screen.ScreenRotation |
Represents rotation of the Android device's screen.
|
| Screen.ScreenType |
Represents type of the Android device's screen.
|
| Annotation Type | Description |
|---|---|
| Screen.Orientation |
Defines an annotation for determining set of available screen orientations.
|