Table of Contents

Class WallpaperService.Engine

Namespace
Android.Service.Wallpaper
Assembly
MASES.Netdroid.dll
public class WallpaperService.Engine : JVMBridgeBase<WallpaperService.Engine>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<WallpaperService.Engine>
WallpaperService.Engine
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<WallpaperService.Engine>.IsAssignableFrom(IJavaType)
JVMBridgeBase<WallpaperService.Engine>.IsAssignableFrom<T>()
JVMBridgeBase<WallpaperService.Engine>.Execute<T>(params T[])
JVMBridgeBase<WallpaperService.Engine>.DynBridgeClazz
JVMBridgeBase<WallpaperService.Engine>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Engine()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Engine()

Engine(WallpaperService)

public Engine(WallpaperService arg0)

Parameters

arg0 WallpaperService

WallpaperService

Engine(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Engine(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

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()

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