Lines Matching full:dream
140 charger (instead of turning the screen off). Daydream displays one dream at a time, which may
146 <p>You can create a dream for Daydream by implementing a subclass of {@link
149 dream, pass a layout resource ID or {@link android.view.View} to {@link
162 <p>If your dream is interactive, you can start an activity from the dream to send the user into
164 android.service.dreams.DreamService#finish()} to end the dream so the user can see the
188 the dream receives input events or exits immediately upon user input. If the dream is
189 interactive, the user may use the <em>Back</em> or <em>Home</em> buttons to exit the dream or you can call
190 {@link android.service.dreams.DreamService#finish()} to stop the dream.</li>