C# Class android.view.SurfaceView

Inheritance: android.view.View
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
SurfaceView ( android arg0 )
SurfaceView ( android arg0, android arg1 )
SurfaceView ( android arg0, android arg1, int arg2 )
draw ( android arg0 ) : void
gatherTransparentRegion ( android arg0 ) : bool
getHolder ( ) : global::android.view.SurfaceHolder
setVisibility ( int arg0 ) : void
setZOrderMediaOverlay ( bool arg0 ) : void
setZOrderOnTop ( bool arg0 ) : void

Méthodes protégées

Méthode Description
SurfaceView ( global @__env )
dispatchDraw ( android arg0 ) : void
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void
onMeasure ( int arg0, int arg1 ) : void
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
onWindowVisibilityChanged ( int arg0 ) : void

Private Methods

Méthode Description
SurfaceView ( )

Method Details

SurfaceView() public méthode

public SurfaceView ( android arg0 )
arg0 android

SurfaceView() public méthode

public SurfaceView ( android arg0, android arg1 )
arg0 android
arg1 android

SurfaceView() public méthode

public SurfaceView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

SurfaceView() protected méthode

protected SurfaceView ( global @__env )
@__env global

dispatchDraw() protected méthode

protected dispatchDraw ( android arg0 ) : void
arg0 android
Résultat void

draw() public méthode

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

gatherTransparentRegion() public méthode

public gatherTransparentRegion ( android arg0 ) : bool
arg0 android
Résultat bool

getHolder() public méthode

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

onAttachedToWindow() protected méthode

protected onAttachedToWindow ( ) : void
Résultat void

onDetachedFromWindow() protected méthode

protected onDetachedFromWindow ( ) : void
Résultat void

onMeasure() protected méthode

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

onSizeChanged() protected méthode

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

onWindowVisibilityChanged() protected méthode

protected onWindowVisibilityChanged ( int arg0 ) : void
arg0 int
Résultat void

setVisibility() public méthode

public setVisibility ( int arg0 ) : void
arg0 int
Résultat void

setZOrderMediaOverlay() public méthode

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

setZOrderOnTop() public méthode

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