|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.Context
android.content.ContextWrapper
android.app.Service
android.service.wallpaper.WallpaperService
public abstract class WallpaperService
| Nested Class Summary | |
|---|---|
class |
WallpaperService.Engine
|
| Field Summary | |
|---|---|
static java.lang.String |
SERVICE_INTERFACE
|
static java.lang.String |
SERVICE_META_DATA
|
| Fields inherited from class android.app.Service |
|---|
START_CONTINUATION_MASK, START_FLAG_REDELIVERY, START_FLAG_RETRY, START_NOT_STICKY, START_REDELIVER_INTENT, START_STICKY, START_STICKY_COMPATIBILITY |
| Constructor Summary | |
|---|---|
WallpaperService()
|
|
| Method Summary | |
|---|---|
IBinder |
onBind(Intent intent)
|
void |
onCreate()
|
abstract WallpaperService.Engine |
onCreateEngine()
|
void |
onDestroy()
|
| Methods inherited from class android.app.Service |
|---|
dump, finalize, getApplication, onConfigurationChanged, onLowMemory, onRebind, onStart, onStartCommand, onUnbind, setForeground, startForeground, stopForeground, stopSelf, stopSelf, stopSelfResult |
| Methods inherited from class android.content.Context |
|---|
getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SERVICE_INTERFACE
public static final java.lang.String SERVICE_META_DATA
| Constructor Detail |
|---|
public WallpaperService()
| Method Detail |
|---|
public void onCreate()
onCreate in class Servicepublic void onDestroy()
onDestroy in class Servicepublic final IBinder onBind(Intent intent)
onBind in class Servicepublic abstract WallpaperService.Engine onCreateEngine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||