FileDocCategorySizeDatePackage
IWallpaperManager.javaAPI DocAndroid 5.1 API14896Sat Mar 14 05:47:58 GMT 2015android.app

IWallpaperManager

public interface IWallpaperManager implements android.os.IInterface
hide

Fields Summary
Constructors Summary
Methods Summary
public voidclearWallpaper()
Clear the wallpaper.

public intgetHeightHint()
Returns the desired minimum height for the wallpaper.

public java.lang.StringgetName()
Returns the name of the wallpaper. Private API.

public android.os.ParcelFileDescriptorgetWallpaper(android.app.IWallpaperManagerCallback cb, android.os.Bundle outParams)
Get the wallpaper.

public android.app.WallpaperInfogetWallpaperInfo()
Get information about a live wallpaper.

public intgetWidthHint()
Returns the desired minimum width for the wallpaper.

public booleanhasNamedWallpaper(java.lang.String name)
Return whether there is a wallpaper set with the given name.

public voidsetDimensionHints(int width, int height)
Sets the dimension hint for the wallpaper. These hints indicate the desired minimum width and height for the wallpaper.

public voidsetDisplayPadding(android.graphics.Rect padding)
Sets extra padding that we would like the wallpaper to have outside of the display.

public android.os.ParcelFileDescriptorsetWallpaper(java.lang.String name)
Set the wallpaper.

public voidsetWallpaperComponent(android.content.ComponentName name)
Set the live wallpaper.

public voidsettingsRestored()
Informs the service that wallpaper settings have been restored. Private API.