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 |
Methods Summary |
---|
public void | clear() throw new RuntimeException("Stub!");
|
public void | clearWallpaperOffsets(android.os.IBinder windowToken) throw new RuntimeException("Stub!");
|
public void | forgetLoadedWallpaper() throw new RuntimeException("Stub!");
|
public android.graphics.drawable.Drawable | getBuiltInDrawable() throw new RuntimeException("Stub!");
|
public android.graphics.drawable.Drawable | getBuiltInDrawable(int outWidth, int outHeight, boolean scaleToFit, float horizontalAlignment, float verticalAlignment) throw new RuntimeException("Stub!");
|
public android.content.Intent | getCropAndSetWallpaperIntent(android.net.Uri imageUri) throw new RuntimeException("Stub!");
|
public int | getDesiredMinimumHeight() throw new RuntimeException("Stub!");
|
public int | getDesiredMinimumWidth() throw new RuntimeException("Stub!");
|
public android.graphics.drawable.Drawable | getDrawable() throw new RuntimeException("Stub!");
|
public android.graphics.drawable.Drawable | getFastDrawable() throw new RuntimeException("Stub!");
|
public static android.app.WallpaperManager | getInstance(android.content.Context context) throw new RuntimeException("Stub!");
|
public android.app.WallpaperInfo | getWallpaperInfo() throw new RuntimeException("Stub!");
|
public boolean | hasResourceWallpaper(int resid) throw new RuntimeException("Stub!");
|
public android.graphics.drawable.Drawable | peekDrawable() throw new RuntimeException("Stub!");
|
public android.graphics.drawable.Drawable | peekFastDrawable() throw new RuntimeException("Stub!");
|
public void | sendWallpaperCommand(android.os.IBinder windowToken, java.lang.String action, int x, int y, int z, android.os.Bundle extras) throw new RuntimeException("Stub!");
|
public void | setBitmap(android.graphics.Bitmap bitmap) throw new RuntimeException("Stub!");
|
public void | setResource(int resid) throw new RuntimeException("Stub!");
|
public void | setStream(java.io.InputStream data) throw new RuntimeException("Stub!");
|
public void | setWallpaperOffsetSteps(float xStep, float yStep) throw new RuntimeException("Stub!");
|
public void | setWallpaperOffsets(android.os.IBinder windowToken, float xOffset, float yOffset) throw new RuntimeException("Stub!");
|
public void | suggestDesiredDimensions(int minimumWidth, int minimumHeight) throw new RuntimeException("Stub!");
|