public class DisplayManager
extends java.lang.Object
Constructor and Description |
---|
DisplayManager() |
Modifier and Type | Method and Description |
---|---|
static void |
acquireTemporaryScreenLock(MapView mapView,
java.lang.String name)
Acquires a temporary screen lock.
|
static void |
releaseTemporaryScreenLock(MapView mapView,
java.lang.String name)
Release a held screen lock.
|
public static void acquireTemporaryScreenLock(MapView mapView, java.lang.String name)
mapView
- the mapView to be used.name
- the name associated with the requestpublic static void releaseTemporaryScreenLock(MapView mapView, java.lang.String name)
mapView
- the mapView to be used.name
- the name associated with the request