FileDocCategorySizeDatePackage
WallpaperManager.javaAPI DocAndroid 5.1 API3408Sat Mar 14 14:09:42 GMT 2015android.app

WallpaperManager

public class WallpaperManager extends Object

Fields Summary
public static final String
ACTION_CHANGE_LIVE_WALLPAPER
public static final String
ACTION_CROP_AND_SET_WALLPAPER
public static final String
ACTION_LIVE_WALLPAPER_CHOOSER
public static final String
COMMAND_DROP
public static final String
COMMAND_SECONDARY_TAP
public static final String
COMMAND_TAP
public static final String
EXTRA_LIVE_WALLPAPER_COMPONENT
public static final String
WALLPAPER_PREVIEW_META_DATA
Constructors Summary
WallpaperManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclear()

 throw new RuntimeException("Stub!"); 
public voidclearWallpaperOffsets(android.os.IBinder windowToken)

 throw new RuntimeException("Stub!"); 
public voidforgetLoadedWallpaper()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetBuiltInDrawable()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, float horizontalAlignment, float verticalAlignment)

 throw new RuntimeException("Stub!"); 
public android.content.IntentgetCropAndSetWallpaperIntent(android.net.Uri imageUri)

 throw new RuntimeException("Stub!"); 
public intgetDesiredMinimumHeight()

 throw new RuntimeException("Stub!"); 
public intgetDesiredMinimumWidth()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetDrawable()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetFastDrawable()

 throw new RuntimeException("Stub!"); 
public static android.app.WallpaperManagergetInstance(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public android.app.WallpaperInfogetWallpaperInfo()

 throw new RuntimeException("Stub!"); 
public booleanhasResourceWallpaper(int resid)

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablepeekDrawable()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablepeekFastDrawable()

 throw new RuntimeException("Stub!"); 
public voidsendWallpaperCommand(android.os.IBinder windowToken, java.lang.String action, int x, int y, int z, android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public voidsetBitmap(android.graphics.Bitmap bitmap)

 throw new RuntimeException("Stub!"); 
public voidsetResource(int resid)

 throw new RuntimeException("Stub!"); 
public voidsetStream(java.io.InputStream data)

 throw new RuntimeException("Stub!"); 
public voidsetWallpaperOffsetSteps(float xStep, float yStep)

 throw new RuntimeException("Stub!"); 
public voidsetWallpaperOffsets(android.os.IBinder windowToken, float xOffset, float yOffset)

 throw new RuntimeException("Stub!"); 
public voidsuggestDesiredDimensions(int minimumWidth, int minimumHeight)

 throw new RuntimeException("Stub!");