org.tamanegi.wallpaper.multipicture.plugin
クラス LazyPickService

java.lang.Object
  上位を拡張 android.content.Context
      上位を拡張 android.content.ContextWrapper
          上位を拡張 android.app.Service
              上位を拡張 org.tamanegi.wallpaper.multipicture.plugin.LazyPickService
すべての実装されたインタフェース:
ComponentCallbacks

public abstract class LazyPickService
extends Service

The base class of plugin service.
Plugin should extend this class and implements onCreateLazyPicker().


入れ子のクラスの概要
static class LazyPickService.LazyPicker
          The main implementation of plugin.
 
フィールドの概要
static String SERVICE_INTERFACE
          Plugin service should handle Intent which has this action.
 
クラス android.app.Service から継承されたフィールド
START_CONTINUATION_MASK, START_FLAG_REDELIVERY, START_FLAG_RETRY, START_NOT_STICKY, START_REDELIVER_INTENT, START_STICKY, START_STICKY_COMPATIBILITY
 
クラス android.content.Context から継承されたフィールド
ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, AUDIO_SERVICE, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, CLIPBOARD_SERVICE, CONNECTIVITY_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, INPUT_METHOD_SERVICE, KEYGUARD_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MODE_APPEND, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NOTIFICATION_SERVICE, POWER_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, TELEPHONY_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_SERVICE, WINDOW_SERVICE
 
コンストラクタの概要
LazyPickService()
           
 
メソッドの概要
 IBinder onBind(Intent intent)
           
 void onCreate()
           
abstract  LazyPickService.LazyPicker onCreateLazyPicker()
          Should be implemented to return a new instance of the plugin's lazy picker.
 
クラス android.app.Service から継承されたメソッド
dump, finalize, getApplication, onConfigurationChanged, onDestroy, onLowMemory, onRebind, onStart, onStartCommand, onUnbind, setForeground, startForeground, stopForeground, stopSelf, stopSelf, stopSelfResult
 
クラス android.content.ContextWrapper から継承されたメソッド
attachBaseContext, bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkUriPermission, checkUriPermission, clearWallpaper, createPackageContext, databaseList, deleteDatabase, deleteFile, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getAssets, getBaseContext, getCacheDir, getClassLoader, getContentResolver, getDatabasePath, getDir, getFilesDir, getFileStreamPath, getMainLooper, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getResources, getSharedPreferences, getSystemService, getTheme, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isRestricted, openFileInput, openFileOutput, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, removeStickyBroadcast, revokeUriPermission, sendBroadcast, sendBroadcast, sendOrderedBroadcast, sendOrderedBroadcast, sendStickyBroadcast, sendStickyOrderedBroadcast, setTheme, setWallpaper, setWallpaper, startActivity, startInstrumentation, startIntentSender, startService, stopService, unbindService, unregisterReceiver
 
クラス android.content.Context から継承されたメソッド
getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes
 
クラス java.lang.Object から継承されたメソッド
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SERVICE_INTERFACE

public static final String SERVICE_INTERFACE
Plugin service should handle Intent which has this action.

Value: "org.tamanegi.wallpaper.multipicture.plugin.LazyPickService"

関連項目:
定数フィールド値
コンストラクタの詳細

LazyPickService

public LazyPickService()
メソッドの詳細

onCreate

public void onCreate()
オーバーライド:
クラス Service 内の onCreate

onBind

public final IBinder onBind(Intent intent)
定義:
クラス Service 内の onBind

onCreateLazyPicker

public abstract LazyPickService.LazyPicker onCreateLazyPicker()
Should be implemented to return a new instance of the plugin's lazy picker.
Returned instance correspond to each screen one by one. So, if user configures to use same plugin for multiple screens, multiple instance may be active at the same time.

戻り値:
The LazyPicker object for each screen