C# Class android.service.wallpaper.WallpaperService.Engine

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
Engine ( android arg0 )
getDesiredMinimumHeight ( ) : int
getDesiredMinimumWidth ( ) : int
getSurfaceHolder ( ) : global::android.view.SurfaceHolder
isPreview ( ) : bool
isVisible ( ) : bool
onCommand ( java arg0, int arg1, int arg2, int arg3, android arg4, bool arg5 ) : global::android.os.Bundle
onCreate ( android arg0 ) : void
onDesiredSizeChanged ( int arg0, int arg1 ) : void
onDestroy ( ) : void
onOffsetsChanged ( float arg0, float arg1, float arg2, float arg3, int arg4, int arg5 ) : void
onSurfaceChanged ( android arg0, int arg1, int arg2, int arg3 ) : void
onSurfaceCreated ( android arg0 ) : void
onSurfaceDestroyed ( android arg0 ) : void
onTouchEvent ( android arg0 ) : void
onVisibilityChanged ( bool arg0 ) : void
setTouchEventsEnabled ( bool arg0 ) : void

Méthodes protégées

Méthode Description
Engine ( global @__env )

Private Methods

Méthode Description
Engine ( )

Method Details

Engine() public méthode

public Engine ( android arg0 )
arg0 android

Engine() protected méthode

protected Engine ( global @__env )
@__env global

getDesiredMinimumHeight() public méthode

public getDesiredMinimumHeight ( ) : int
Résultat int

getDesiredMinimumWidth() public méthode

public getDesiredMinimumWidth ( ) : int
Résultat int

getSurfaceHolder() public méthode

public getSurfaceHolder ( ) : global::android.view.SurfaceHolder
Résultat global::android.view.SurfaceHolder

isPreview() public méthode

public isPreview ( ) : bool
Résultat bool

isVisible() public méthode

public isVisible ( ) : bool
Résultat bool

onCommand() public méthode

public onCommand ( java arg0, int arg1, int arg2, int arg3, android arg4, bool arg5 ) : global::android.os.Bundle
arg0 java
arg1 int
arg2 int
arg3 int
arg4 android
arg5 bool
Résultat global::android.os.Bundle

onCreate() public méthode

public onCreate ( android arg0 ) : void
arg0 android
Résultat void

onDesiredSizeChanged() public méthode

public onDesiredSizeChanged ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

onDestroy() public méthode

public onDestroy ( ) : void
Résultat void

onOffsetsChanged() public méthode

public onOffsetsChanged ( float arg0, float arg1, float arg2, float arg3, int arg4, int arg5 ) : void
arg0 float
arg1 float
arg2 float
arg3 float
arg4 int
arg5 int
Résultat void

onSurfaceChanged() public méthode

public onSurfaceChanged ( android arg0, int arg1, int arg2, int arg3 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
Résultat void

onSurfaceCreated() public méthode

public onSurfaceCreated ( android arg0 ) : void
arg0 android
Résultat void

onSurfaceDestroyed() public méthode

public onSurfaceDestroyed ( android arg0 ) : void
arg0 android
Résultat void

onTouchEvent() public méthode

public onTouchEvent ( android arg0 ) : void
arg0 android
Résultat void

onVisibilityChanged() public méthode

public onVisibilityChanged ( bool arg0 ) : void
arg0 bool
Résultat void

setTouchEventsEnabled() public méthode

public setTouchEventsEnabled ( bool arg0 ) : void
arg0 bool
Résultat void