C# Class android.widget.ProgressBar

Inheritance: android.view.View
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
ProgressBar ( android arg0 )
ProgressBar ( android arg0, android arg1 )
ProgressBar ( android arg0, android arg1, int arg2 )
getIndeterminateDrawable ( ) : global::android.graphics.drawable.Drawable
getInterpolator ( ) : global::android.view.animation.Interpolator
getMax ( ) : int
getProgress ( ) : int
getProgressDrawable ( ) : global::android.graphics.drawable.Drawable
getSecondaryProgress ( ) : int
incrementProgressBy ( int arg0 ) : void
incrementSecondaryProgressBy ( int arg0 ) : void
invalidateDrawable ( android arg0 ) : void
isIndeterminate ( ) : bool
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Parcelable
postInvalidate ( ) : void
setIndeterminate ( bool arg0 ) : void
setIndeterminateDrawable ( android arg0 ) : void
setInterpolator ( android arg0 ) : void
setInterpolator ( android arg0, int arg1 ) : void
setInterpolator ( global arg0 ) : void
setMax ( int arg0 ) : void
setProgress ( int arg0 ) : void
setProgressDrawable ( android arg0 ) : void
setSecondaryProgress ( int arg0 ) : void
setVisibility ( int arg0 ) : void

Protected Methods

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

Private Methods

Method Description
ProgressBar ( )

Method Details

ProgressBar() public method

public ProgressBar ( android arg0 )
arg0 android

ProgressBar() public method

public ProgressBar ( android arg0, android arg1 )
arg0 android
arg1 android

ProgressBar() public method

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

ProgressBar() protected method

protected ProgressBar ( global @__env )
@__env global

drawableStateChanged() protected method

protected drawableStateChanged ( ) : void
return void

getIndeterminateDrawable() public method

public getIndeterminateDrawable ( ) : global::android.graphics.drawable.Drawable
return global::android.graphics.drawable.Drawable

getInterpolator() public method

public getInterpolator ( ) : global::android.view.animation.Interpolator
return global::android.view.animation.Interpolator

getMax() public method

public getMax ( ) : int
return int

getProgress() public method

public getProgress ( ) : int
return int

getProgressDrawable() public method

public getProgressDrawable ( ) : global::android.graphics.drawable.Drawable
return global::android.graphics.drawable.Drawable

getSecondaryProgress() public method

public getSecondaryProgress ( ) : int
return int

incrementProgressBy() public method

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

incrementSecondaryProgressBy() public method

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

invalidateDrawable() public method

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

isIndeterminate() public method

public isIndeterminate ( ) : bool
return bool

onDraw() protected method

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

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onRestoreInstanceState() public method

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

onSaveInstanceState() public method

public onSaveInstanceState ( ) : global::android.os.Parcelable
return global::android.os.Parcelable

onSizeChanged() protected method

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

onVisibilityChanged() protected method

protected onVisibilityChanged ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

postInvalidate() public method

public postInvalidate ( ) : void
return void

setIndeterminate() public method

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

setIndeterminateDrawable() public method

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

setInterpolator() public method

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

setInterpolator() public method

public setInterpolator ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setInterpolator() public method

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

setMax() public method

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

setProgress() public method

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

setProgressDrawable() public method

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

setSecondaryProgress() public method

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

setVisibility() public method

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

verifyDrawable() protected method

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