C# Class android.widget.ZoomControls

Inheritance: android.widget.LinearLayout
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
ZoomControls ( android arg0 )
ZoomControls ( android arg0, android arg1 )
hasFocus ( ) : bool
hide ( ) : void
onTouchEvent ( android arg0 ) : bool
setIsZoomInEnabled ( bool arg0 ) : void
setIsZoomOutEnabled ( bool arg0 ) : void
setOnZoomInClickListener ( android arg0 ) : void
setOnZoomInClickListener ( global arg0 ) : void
setOnZoomOutClickListener ( android arg0 ) : void
setOnZoomOutClickListener ( global arg0 ) : void
setZoomSpeed ( long arg0 ) : void
show ( ) : void

Protected Methods

Method Description
ZoomControls ( global @__env )

Private Methods

Method Description
ZoomControls ( )

Method Details

ZoomControls() public method

public ZoomControls ( android arg0 )
arg0 android

ZoomControls() public method

public ZoomControls ( android arg0, android arg1 )
arg0 android
arg1 android

ZoomControls() protected method

protected ZoomControls ( global @__env )
@__env global

hasFocus() public method

public hasFocus ( ) : bool
return bool

hide() public method

public hide ( ) : void
return void

onTouchEvent() public method

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

setIsZoomInEnabled() public method

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

setIsZoomOutEnabled() public method

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

setOnZoomInClickListener() public method

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

setOnZoomInClickListener() public method

public setOnZoomInClickListener ( global arg0 ) : void
arg0 global
return void

setOnZoomOutClickListener() public method

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

setOnZoomOutClickListener() public method

public setOnZoomOutClickListener ( global arg0 ) : void
arg0 global
return void

setZoomSpeed() public method

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

show() public method

public show ( ) : void
return void