|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWallpaperService
| Nested Class Summary | |
|---|---|
static class |
IWallpaperService.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
void |
clearWallpaper()
Clear the wallpaper. |
int |
getHeightHint()
Returns the desired minimum height for the wallpaper. |
ParcelFileDescriptor |
getWallpaper(IWallpaperServiceCallback cb)
Get the wallpaper. |
int |
getWidthHint()
Returns the desired minimum width for the wallpaper. |
void |
setDimensionHints(int width,
int height)
Sets the dimension hint for the wallpaper. |
ParcelFileDescriptor |
setWallpaper()
Set the wallpaper. |
| Methods inherited from interface android.os.IInterface |
|---|
asBinder |
| Method Detail |
|---|
ParcelFileDescriptor setWallpaper()
throws RemoteException
RemoteException
ParcelFileDescriptor getWallpaper(IWallpaperServiceCallback cb)
throws RemoteException
RemoteException
void clearWallpaper()
throws RemoteException
RemoteException
void setDimensionHints(int width,
int height)
throws RemoteException
RemoteException
int getWidthHint()
throws RemoteException
RemoteException
int getHeightHint()
throws RemoteException
RemoteException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||