The methods of Android.App.WallpaperManager are listed below. For a list of all members, see the WallpaperManager Members list.
See Also: Inherited members from Java.Lang.Object
Clear()Remove any currently set wallpaper, reverting to the system's built-in wallpaper. | ||
ClearWallpaperOffsets(Android.OS.IBinder)Clear the offsets previously associated with this window through WallpaperManager.SetWallpaperOffsets(Android.OS.IBinder, System.Single, System.Single). | ||
ForgetLoadedWallpaper()Remove all internal references to the last loaded wallpaper. | ||
GetBuiltInDrawable(int, int, bool, float, float)Returns a drawable for the system built-in static wallpaper. | ||
GetCropAndSetWallpaperIntent(Android.Net.Uri)Gets an Intent that will launch an activity that crops the given image and sets the device's wallpaper. | ||
static | GetInstance(Android.Content.Context)Retrieve a WallpaperManager associated with the given Context. | |
HasResourceWallpaper(int)Return whether any users are currently set to use the wallpaper with the given resource ID. | ||
PeekDrawable()Retrieve the current system wallpaper; if there is no wallpaper set, a null pointer is returned. | ||
PeekFastDrawable()Like WallpaperManager.FastDrawable, but if there is no wallpaper set, a null pointer is returned. | ||
SendWallpaperCommand(Android.OS.IBinder, string, int, int, int, Android.OS.Bundle)Send an arbitrary command to the current active wallpaper. | ||
SetBitmap(Android.Graphics.Bitmap)Change the current system wallpaper to a bitmap. | ||
SetResource(int)Change the current system wallpaper to the bitmap in the given resource. | ||
SetStream(System.IO.Stream)Change the current system wallpaper to a specific byte stream. | ||
SetWallpaperOffsets(Android.OS.IBinder, float, float)Set the position of the current wallpaper within any larger space, when that wallpaper is visible behind the given window. | ||
SetWallpaperOffsetSteps(float, float)For applications that use multiple virtual screens showing a wallpaper, specify the step size between virtual screens. | ||
SuggestDesiredDimensions(int, int)For use only by the current home application, to specify the size of wallpaper it would like to use. |