Example usage for android.service.dreams DreamService subclass-usage

List of usage examples for android.service.dreams DreamService subclass-usage

Introduction

In this page you can find the example usage for android.service.dreams DreamService subclass-usage.

Usage

From source file com.klinker.android.dream.DreamSceneService.java

/**
 * Dream Service with pulls wallpaper urls from a JSON and displays them randomly on screen
 */
public class DreamSceneService extends DreamService {

    private static final String TAG = "DreamSceneService";

From source file net.networksaremadeofstring.rhybudd.RhybuddDream.java

@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
public class RhybuddDream extends DreamService {
    ZenossPoller mService;
    boolean mBound = false;
    List<ZenossDevice> listOfDevices = null;
    GridView theGrid = null;

From source file info.tellmetime.DaydreamService.java

@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
public class DaydreamService extends DreamService {

    private Handler mHandler = new Handler();

    private int mHighlightColor;