Press on the image to return to the main documentation page.
Daydream
List of types:
Daydream
Daydream
Daydream is a new "screen saver" feature introduced in Android 4.2.
See the Daydream tutorial for more information.
Events:
DreamStarted
SizeChanged
DreamStopped
Members:
Canvas
As
CanvasWrapper
[read
only]
Finish
FullScreen
As
Boolean
Initialize
(
EventName
As
String
)
Interactive
As
Boolean
Panel
As
PanelWrapper
[read
only]
ScreenBright
As
Boolean
Members description:
Canvas
As
CanvasWrapper
[read
only]
A placeholder for Canvas.
Finish
Manually finishes the dream.
FullScreen
As
Boolean
Gets or sets whether the system bar appears.
Initialize
(
EventName
As
String
)
Initializes the object and sets the subs that will handle the events.
Interactive
As
Boolean
Gets or sets whether user interacts will be handled instead of finishing the dream.
Panel
As
PanelWrapper
[read
only]
Returns the main panel.
ScreenBright
As
Boolean
Gets or sets whether the screen should stay bright.
Top