C# Class android.view.SurfaceView

Inheritance: android.view.View
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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

Method Description
SurfaceView ( )

Method Details

SurfaceView() public method

public SurfaceView ( android arg0 )
arg0 android

SurfaceView() public method

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

SurfaceView() public method

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

SurfaceView() protected method

protected SurfaceView ( global @__env )
@__env global

dispatchDraw() protected method

protected dispatchDraw ( android arg0 ) : void
arg0 android
return void

draw() public method

public draw ( android arg0 ) : void
arg0 android
return void

gatherTransparentRegion() public method

public gatherTransparentRegion ( android arg0 ) : bool
arg0 android
return bool

getHolder() public method

public getHolder ( ) : global::android.view.SurfaceHolder
return global::android.view.SurfaceHolder

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onSizeChanged() protected method

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

onWindowVisibilityChanged() protected method

protected onWindowVisibilityChanged ( int arg0 ) : void
arg0 int
return void

setVisibility() public method

public setVisibility ( int arg0 ) : void
arg0 int
return void

setZOrderMediaOverlay() public method

public setZOrderMediaOverlay ( bool arg0 ) : void
arg0 bool
return void

setZOrderOnTop() public method

public setZOrderOnTop ( bool arg0 ) : void
arg0 bool
return void