C# 클래스 android.widget.ProgressBar

상속: android.view.View
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ProgressBar ( )

메소드 상세

ProgressBar() 공개 메소드

public ProgressBar ( android arg0 )
arg0 android

ProgressBar() 공개 메소드

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

ProgressBar() 공개 메소드

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

ProgressBar() 보호된 메소드

protected ProgressBar ( global @__env )
@__env global

drawableStateChanged() 보호된 메소드

protected drawableStateChanged ( ) : void
리턴 void

getIndeterminateDrawable() 공개 메소드

public getIndeterminateDrawable ( ) : global::android.graphics.drawable.Drawable
리턴 global::android.graphics.drawable.Drawable

getInterpolator() 공개 메소드

public getInterpolator ( ) : global::android.view.animation.Interpolator
리턴 global::android.view.animation.Interpolator

getMax() 공개 메소드

public getMax ( ) : int
리턴 int

getProgress() 공개 메소드

public getProgress ( ) : int
리턴 int

getProgressDrawable() 공개 메소드

public getProgressDrawable ( ) : global::android.graphics.drawable.Drawable
리턴 global::android.graphics.drawable.Drawable

getSecondaryProgress() 공개 메소드

public getSecondaryProgress ( ) : int
리턴 int

incrementProgressBy() 공개 메소드

public incrementProgressBy ( int arg0 ) : void
arg0 int
리턴 void

incrementSecondaryProgressBy() 공개 메소드

public incrementSecondaryProgressBy ( int arg0 ) : void
arg0 int
리턴 void

invalidateDrawable() 공개 메소드

public invalidateDrawable ( android arg0 ) : void
arg0 android
리턴 void

isIndeterminate() 공개 메소드

public isIndeterminate ( ) : bool
리턴 bool

onDraw() 보호된 메소드

protected onDraw ( android arg0 ) : void
arg0 android
리턴 void

onMeasure() 보호된 메소드

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

onRestoreInstanceState() 공개 메소드

public onRestoreInstanceState ( android arg0 ) : void
arg0 android
리턴 void

onSaveInstanceState() 공개 메소드

public onSaveInstanceState ( ) : global::android.os.Parcelable
리턴 global::android.os.Parcelable

onSizeChanged() 보호된 메소드

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

onVisibilityChanged() 보호된 메소드

protected onVisibilityChanged ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void

postInvalidate() 공개 메소드

public postInvalidate ( ) : void
리턴 void

setIndeterminate() 공개 메소드

public setIndeterminate ( bool arg0 ) : void
arg0 bool
리턴 void

setIndeterminateDrawable() 공개 메소드

public setIndeterminateDrawable ( android arg0 ) : void
arg0 android
리턴 void

setInterpolator() 공개 메소드

public setInterpolator ( android arg0 ) : void
arg0 android
리턴 void

setInterpolator() 공개 메소드

public setInterpolator ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void

setInterpolator() 공개 메소드

public setInterpolator ( global arg0 ) : void
arg0 global
리턴 void

setMax() 공개 메소드

public setMax ( int arg0 ) : void
arg0 int
리턴 void

setProgress() 공개 메소드

public setProgress ( int arg0 ) : void
arg0 int
리턴 void

setProgressDrawable() 공개 메소드

public setProgressDrawable ( android arg0 ) : void
arg0 android
리턴 void

setSecondaryProgress() 공개 메소드

public setSecondaryProgress ( int arg0 ) : void
arg0 int
리턴 void

setVisibility() 공개 메소드

public setVisibility ( int arg0 ) : void
arg0 int
리턴 void

verifyDrawable() 보호된 메소드

protected verifyDrawable ( android arg0 ) : bool
arg0 android
리턴 bool