C# Class android.widget.ZoomButtonsController

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

Public Methods

Method Description
ZoomButtonsController ( android arg0 )
getContainer ( ) : global::android.view.ViewGroup
getZoomControls ( ) : global::android.view.View
isAutoDismissed ( ) : bool
isVisible ( ) : bool
onTouch ( android arg0, android arg1 ) : bool
setAutoDismissed ( bool arg0 ) : void
setFocusable ( bool arg0 ) : void
setOnZoomListener ( android arg0 ) : void
setVisible ( bool arg0 ) : void
setZoomInEnabled ( bool arg0 ) : void
setZoomOutEnabled ( bool arg0 ) : void
setZoomSpeed ( long arg0 ) : void

Protected Methods

Method Description
ZoomButtonsController ( global @__env )

Private Methods

Method Description
ZoomButtonsController ( )

Method Details

ZoomButtonsController() public method

public ZoomButtonsController ( android arg0 )
arg0 android

ZoomButtonsController() protected method

protected ZoomButtonsController ( global @__env )
@__env global

getContainer() public method

public getContainer ( ) : global::android.view.ViewGroup
return global::android.view.ViewGroup

getZoomControls() public method

public getZoomControls ( ) : global::android.view.View
return global::android.view.View

isAutoDismissed() public method

public isAutoDismissed ( ) : bool
return bool

isVisible() public method

public isVisible ( ) : bool
return bool

onTouch() public method

public onTouch ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

setAutoDismissed() public method

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

setFocusable() public method

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

setOnZoomListener() public method

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

setVisible() public method

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

setZoomInEnabled() public method

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

setZoomOutEnabled() public method

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

setZoomSpeed() public method

public setZoomSpeed ( long arg0 ) : void
arg0 long
return void