| android.hardware.display.DisplayManager.DisplayListener |
Listens for changes in available display devices.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Called whenever a logical display has been added to the system.
|
||||||||||
|
|
Called whenever the properties of a logical display have changed.
|
||||||||||
|
|
Called whenever a logical display has been removed from the system.
|
||||||||||
Called whenever a logical display has been added to the system.
Use
getDisplay(int)
to get more information about
the display.
| displayId | The id of the logical display that was added. |
|---|
Called whenever the properties of a logical display have changed.
| displayId | The id of the logical display that changed. |
|---|
Called whenever a logical display has been removed from the system.
| displayId | The id of the logical display that was removed. |
|---|