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!");
|