Table of Contents

Class WallpaperService.Engine

Namespace
Android.Service.Wallpaper
Assembly
MASES.Netdroid.dll
public class WallpaperService.Engine : JVMBridgeBase<WallpaperService.Engine>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
WallpaperService.Engine
Implements
Extension Methods

Constructors

Engine(WallpaperService)

public Engine(WallpaperService arg0)

Parameters

arg0 WallpaperService

WallpaperService

Engine(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Engine(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(WallpaperService)

HPA initializer for Engine(Android.Service.Wallpaper.WallpaperService arg0)

public static WallpaperService.Engine CreatePoolableInstance(WallpaperService arg0)

Parameters

arg0 WallpaperService

Returns

WallpaperService.Engine

GetDesiredMinimumHeight()

public int GetDesiredMinimumHeight()

Returns

int

int

GetDesiredMinimumWidth()

public int GetDesiredMinimumWidth()

Returns

int

int

GetDisplayContext()

public Context GetDisplayContext()

Returns

Context

Context

GetSurfaceHolder()

public SurfaceHolder GetSurfaceHolder()

Returns

SurfaceHolder

SurfaceHolder

GetWallpaperFlags()

public int GetWallpaperFlags()

Returns

int

int

IsPreview()

public bool IsPreview()

Returns

bool

bool

IsVisible()

public bool IsVisible()

Returns

bool

bool

NotifyColorsChanged()

public void NotifyColorsChanged()

OnApplyWallpaper(int)

public WallpaperDescription OnApplyWallpaper(int arg0)

Parameters

arg0 int

int

Returns

WallpaperDescription

WallpaperDescription

OnApplyWindowInsets(WindowInsets)

public void OnApplyWindowInsets(WindowInsets arg0)

Parameters

arg0 WindowInsets

WindowInsets

OnCommand(String, int, int, int, Bundle, bool)

public Bundle OnCommand(String arg0, int arg1, int arg2, int arg3, Bundle arg4, bool arg5)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

arg3 int

int

arg4 Bundle

Bundle

arg5 bool

bool

Returns

Bundle

Bundle

OnComputeColors()

public WallpaperColors OnComputeColors()

Returns

WallpaperColors

WallpaperColors

OnCreate(SurfaceHolder)

public void OnCreate(SurfaceHolder arg0)

Parameters

arg0 SurfaceHolder

SurfaceHolder

OnDesiredSizeChanged(int, int)

public void OnDesiredSizeChanged(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

OnDestroy()

public void OnDestroy()

OnOffsetsChanged(float, float, float, float, int, int)

public void OnOffsetsChanged(float arg0, float arg1, float arg2, float arg3, int arg4, int arg5)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

arg4 int

int

arg5 int

int

OnSurfaceChanged(SurfaceHolder, int, int, int)

public void OnSurfaceChanged(SurfaceHolder arg0, int arg1, int arg2, int arg3)

Parameters

arg0 SurfaceHolder

SurfaceHolder

arg1 int

int

arg2 int

int

arg3 int

int

OnSurfaceCreated(SurfaceHolder)

public void OnSurfaceCreated(SurfaceHolder arg0)

Parameters

arg0 SurfaceHolder

SurfaceHolder

OnSurfaceDestroyed(SurfaceHolder)

public void OnSurfaceDestroyed(SurfaceHolder arg0)

Parameters

arg0 SurfaceHolder

SurfaceHolder

OnSurfaceRedrawNeeded(SurfaceHolder)

public void OnSurfaceRedrawNeeded(SurfaceHolder arg0)

Parameters

arg0 SurfaceHolder

SurfaceHolder

OnTouchEvent(MotionEvent)

public void OnTouchEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

OnVisibilityChanged(bool)

public void OnVisibilityChanged(bool arg0)

Parameters

arg0 bool

bool

OnWallpaperFlagsChanged(int)

public void OnWallpaperFlagsChanged(int arg0)

Parameters

arg0 int

int

OnZoomChanged(float)

public void OnZoomChanged(float arg0)

Parameters

arg0 float

float

SetOffsetNotificationsEnabled(bool)

public void SetOffsetNotificationsEnabled(bool arg0)

Parameters

arg0 bool

bool

SetTouchEventsEnabled(bool)

public void SetTouchEventsEnabled(bool arg0)

Parameters

arg0 bool

bool