A E F G L N O P S

A

ACTION_GET_PICTURE_SOURCE - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract の static 変数
Activity Action: Start settings of plugin.

E

EXTRA_CLEAR_PREVIOUS - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract の static 変数
Extra key of boolean value to preserve previous settings.
EXTRA_DESCRIPTION - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract の static 変数
Extra key of String value for human readable description.
EXTRA_KEY - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract の static 変数
Extra key of String value to indicate configuration key.
EXTRA_SERVICE_NAME - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract の static 変数
Extra key of ComponentName value to indicate LazyPickService.

F

finish() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService.LazyPicker のメソッド
Notify to live wallpaper that the lazy picker is no longer need to work.

G

getChangeFrequency() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
The time interval to change pictures automatically.
getNext() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService.LazyPicker のメソッド
Should be implemented to return a picture content to show as wallpaper.
getOrientation() - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureContentInfo のメソッド
Returns orientation of picture content.
getScreenColumns() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
Number of screen columns.
getScreenHeight() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
Height of screen.
getScreenNumber() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
The screen number.
getScreenRows() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
Number of screen rows.
getScreenWidth() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
Width of screen.
getTargetColumn() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
Screen column position.
getTargetRow() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
Screen row position.
getUri() - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureContentInfo のメソッド
Returns URI of picture content.

L

LazyPickerClient - org.tamanegi.wallpaper.multipicture.plugin の クラス
 
LazyPickerClient(Context, ComponentName, String, ScreenInfo) - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のコンストラクタ
 
LazyPickerClient(Context, ComponentName, String, ScreenInfo, Looper) - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のコンストラクタ
 
LazyPickService - org.tamanegi.wallpaper.multipicture.plugin の クラス
The base class of plugin service.
LazyPickService() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService のコンストラクタ
 
LazyPickService.LazyPicker - org.tamanegi.wallpaper.multipicture.plugin の クラス
The main implementation of plugin.
LazyPickService.LazyPicker() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService.LazyPicker のコンストラクタ
 

N

notifyChanged() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService.LazyPicker のメソッド
Notify to live wallpaper about picture content is changed.

O

onBind(Intent) - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService のメソッド
 
onCreate() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService のメソッド
 
onCreateLazyPicker() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService のメソッド
Should be implemented to return a new instance of the plugin's lazy picker.
onNotifyChanged() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のメソッド
 
onReceiveNext(PictureContentInfo) - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のメソッド
 
onStart(String, ScreenInfo) - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService.LazyPicker のメソッド
Called when lazy picker is starting.
onStartCompleted() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のメソッド
 
onStop() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService.LazyPicker のメソッド
Called when lazy picker is stopping.
onStopCompleted() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のメソッド
 
org.tamanegi.wallpaper.multipicture.plugin - パッケージ org.tamanegi.wallpaper.multipicture.plugin
Plugin interfaces for MultiPicture Live Wallpaper.

P

PictureContentInfo - org.tamanegi.wallpaper.multipicture.plugin の クラス
To specify content of picture.
PictureContentInfo() - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureContentInfo のコンストラクタ
Synonim of PictureContentInfo(null, 0)
PictureContentInfo(Uri) - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureContentInfo のコンストラクタ
Synonim of PictureContentInfo(uri, 0)
PictureContentInfo(Uri, int) - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureContentInfo のコンストラクタ
Create with URI and orientation.
PictureSourceContract - org.tamanegi.wallpaper.multipicture.plugin の クラス
The contract between the live wallpaper and plugins.
PictureSourceContract() - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract のコンストラクタ
 

S

ScreenInfo - org.tamanegi.wallpaper.multipicture.plugin の クラス
To identify picture appears which screen.
ScreenInfo() - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のコンストラクタ
 
sendGetNext() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のメソッド
 
sendStop() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のメソッド
 
SERVICE_INTERFACE - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickService の static 変数
Plugin service should handle Intent which has this action.
setChangeFrequency(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setOrientation(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureContentInfo のメソッド
Set orientation of picture content.
setScreenColumns(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setScreenHeight(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setScreenNumber(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setScreenRows(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setScreenWidth(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setTargetColumn(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setTargetRow(int) - クラス org.tamanegi.wallpaper.multipicture.plugin.ScreenInfo のメソッド
 
setUri(Uri) - クラス org.tamanegi.wallpaper.multipicture.plugin.PictureContentInfo のメソッド
Set URI of picture content.
start() - クラス org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient のメソッド
 

A E F G L N O P S