C# Class MonoDroidToolkit.ProgressButton

Inheritance: CompoundButton
显示文件 Open project: jamesmontemagno/MonoDroidToolkit Class Usage Examples

Private Properties

Property Type Description
IndeterminanteRunnable void
Initialize void
UpdateIndeterminante void

Public Methods

Method Description
OnRestoreInstanceState ( IParcelable state ) : void
OnSaveInstanceState ( ) : IParcelable
ProgressButton ( Android.Content.Context context ) : System
ProgressButton ( Android.Content.Context context, IAttributeSet attrs ) : System
ProgressButton ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System

Protected Methods

Method Description
DrawableStateChanged ( ) : void
OnDraw ( Android.Graphics.Canvas canvas ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Private Methods

Method Description
IndeterminanteRunnable ( ) : void
Initialize ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : void
UpdateIndeterminante ( ) : void

Method Details

DrawableStateChanged() protected method

protected DrawableStateChanged ( ) : void
return void

OnDraw() protected method

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
return void

OnMeasure() protected method

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
return void

OnRestoreInstanceState() public method

public OnRestoreInstanceState ( IParcelable state ) : void
state IParcelable
return void

OnSaveInstanceState() public method

public OnSaveInstanceState ( ) : IParcelable
return IParcelable

ProgressButton() public method

public ProgressButton ( Android.Content.Context context ) : System
context Android.Content.Context
return System

ProgressButton() public method

public ProgressButton ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

ProgressButton() public method

public ProgressButton ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
return System