C# Class android.widget.AbsSeekBar

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

Public Methods

Method Description
AbsSeekBar ( android arg0 )
AbsSeekBar ( android arg0, android arg1 )
AbsSeekBar ( android arg0, android arg1, int arg2 )
getKeyProgressIncrement ( ) : int
getThumbOffset ( ) : int
onKeyDown ( int arg0, android arg1 ) : bool
onTouchEvent ( android arg0 ) : bool
setKeyProgressIncrement ( int arg0 ) : void
setMax ( int arg0 ) : void
setThumb ( android arg0 ) : void
setThumbOffset ( int arg0 ) : void

Protected Methods

Method Description
AbsSeekBar ( global @__env )
drawableStateChanged ( ) : void
onDraw ( android arg0 ) : void
onMeasure ( int arg0, int arg1 ) : void
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
verifyDrawable ( android arg0 ) : bool

Private Methods

Method Description
AbsSeekBar ( )

Method Details

AbsSeekBar() public method

public AbsSeekBar ( android arg0 )
arg0 android

AbsSeekBar() public method

public AbsSeekBar ( android arg0, android arg1 )
arg0 android
arg1 android

AbsSeekBar() public method

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

AbsSeekBar() protected method

protected AbsSeekBar ( global @__env )
@__env global

drawableStateChanged() protected method

protected drawableStateChanged ( ) : void
return void

getKeyProgressIncrement() public method

public getKeyProgressIncrement ( ) : int
return int

getThumbOffset() public method

public getThumbOffset ( ) : int
return int

onDraw() protected method

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

onKeyDown() public method

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

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

onTouchEvent() public method

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

setKeyProgressIncrement() public method

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

setMax() public method

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

setThumb() public method

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

setThumbOffset() public method

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

verifyDrawable() protected method

protected verifyDrawable ( android arg0 ) : bool
arg0 android
return bool