C# Class android.widget.MediaController

Inheritance: android.widget.FrameLayout
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
MediaController ( android arg0 )
MediaController ( android arg0, android arg1 )
MediaController ( android arg0, bool arg1 )
dispatchKeyEvent ( android arg0 ) : bool
hide ( ) : void
isShowing ( ) : bool
onFinishInflate ( ) : void
onTouchEvent ( android arg0 ) : bool
onTrackballEvent ( android arg0 ) : bool
setAnchorView ( android arg0 ) : void
setEnabled ( bool arg0 ) : void
setMediaPlayer ( android arg0 ) : void
setPrevNextListeners ( android arg0, android arg1 ) : void
setPrevNextListeners ( global arg0, global arg1 ) : void
show ( ) : void
show ( int arg0 ) : void

Protected Methods

Method Description
MediaController ( global @__env )

Private Methods

Method Description
MediaController ( )

Method Details

MediaController() public method

public MediaController ( android arg0 )
arg0 android

MediaController() public method

public MediaController ( android arg0, android arg1 )
arg0 android
arg1 android

MediaController() public method

public MediaController ( android arg0, bool arg1 )
arg0 android
arg1 bool

MediaController() protected method

protected MediaController ( global @__env )
@__env global

dispatchKeyEvent() public method

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

hide() public method

public hide ( ) : void
return void

isShowing() public method

public isShowing ( ) : bool
return bool

onFinishInflate() public method

public onFinishInflate ( ) : void
return void

onTouchEvent() public method

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

onTrackballEvent() public method

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

setAnchorView() public method

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

setEnabled() public method

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

setMediaPlayer() public method

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

setPrevNextListeners() public method

public setPrevNextListeners ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

setPrevNextListeners() public method

public setPrevNextListeners ( global arg0, global arg1 ) : void
arg0 global
arg1 global
return void

show() public method

public show ( ) : void
return void

show() public method

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