C# Class android.widget.MediaController

Inheritance: android.widget.FrameLayout
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
MediaController ( global @__env )

Private Methods

Méthode Description
MediaController ( )

Method Details

MediaController() public méthode

public MediaController ( android arg0 )
arg0 android

MediaController() public méthode

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

MediaController() public méthode

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

MediaController() protected méthode

protected MediaController ( global @__env )
@__env global

dispatchKeyEvent() public méthode

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

hide() public méthode

public hide ( ) : void
Résultat void

isShowing() public méthode

public isShowing ( ) : bool
Résultat bool

onFinishInflate() public méthode

public onFinishInflate ( ) : void
Résultat void

onTouchEvent() public méthode

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

onTrackballEvent() public méthode

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

setAnchorView() public méthode

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

setEnabled() public méthode

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

setMediaPlayer() public méthode

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

setPrevNextListeners() public méthode

public setPrevNextListeners ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

setPrevNextListeners() public méthode

public setPrevNextListeners ( global arg0, global arg1 ) : void
arg0 global
arg1 global
Résultat void

show() public méthode

public show ( ) : void
Résultat void

show() public méthode

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