Lingua

WallpaperManager.ClearWallpaperOffsets(IBinder) Metodo

Definizione

Cancellare gli offset associati in precedenza a questa finestra tramite setWallpaperOffsets(IBinder,float,float).

[Android.Runtime.Register("clearWallpaperOffsets", "(Landroid/os/IBinder;)V", "GetClearWallpaperOffsets_Landroid_os_IBinder_Handler")]
public virtual void ClearWallpaperOffsets(Android.OS.IBinder? windowToken);
[<Android.Runtime.Register("clearWallpaperOffsets", "(Landroid/os/IBinder;)V", "GetClearWallpaperOffsets_Landroid_os_IBinder_Handler")>]
abstract member ClearWallpaperOffsets : Android.OS.IBinder -> unit
override this.ClearWallpaperOffsets : Android.OS.IBinder -> unit

Parametri

windowToken
IBinder

IBinder: finestra a cui devono essere associati questi offset, come restituito da View.getWindowToken().

Attributi

Commenti

Cancellare gli offset associati in precedenza a questa finestra tramite setWallpaperOffsets(IBinder,float,float). In questo modo la finestra viene ripristinata allo stato predefinito, in cui non causa lo scorrimento dello sfondo da qualsiasi offset dell'ultimo offset.

Informazioni di riferimento su Android per android.app.WallpaperManager.clearWallpaperOffsets.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a