Table of Contents

Class ProgressBar

Namespace
Android.Widget
Assembly
MASES.Netdroid.dll
public class ProgressBar : View, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAccessibilityEventSource
Inheritance
ProgressBar
Implements
Derived
Inherited Members
Extension Methods

Constructors

ProgressBar(Context)

public ProgressBar(Context arg0)

Parameters

arg0 Context

Context

ProgressBar(Context, AttributeSet)

public ProgressBar(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

ProgressBar(Context, AttributeSet, int)

public ProgressBar(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

ProgressBar(Context, AttributeSet, int, int)

public ProgressBar(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

arg3 int

int

ProgressBar(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ProgressBar(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(Context)

HPA initializer for ProgressBar(Android.Content.Context arg0)

public static ProgressBar CreatePoolableInstance(Context arg0)

Parameters

arg0 Context

Returns

ProgressBar

CreatePoolableInstance(Context, AttributeSet)

HPA initializer for ProgressBar(Android.Content.Context arg0, Android.Util.AttributeSet arg1)

public static ProgressBar CreatePoolableInstance(Context arg0, AttributeSet arg1)

Parameters

arg0 Context
arg1 AttributeSet

Returns

ProgressBar

CreatePoolableInstance(Context, AttributeSet, int)

HPA initializer for ProgressBar(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2)

public static ProgressBar CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context
arg1 AttributeSet
arg2 int

Returns

ProgressBar

CreatePoolableInstance(Context, AttributeSet, int, int)

HPA initializer for ProgressBar(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2, int arg3)

public static ProgressBar CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context
arg1 AttributeSet
arg2 int
arg3 int

Returns

ProgressBar

GetCurrentDrawable()

public Drawable GetCurrentDrawable()

Returns

Drawable

Drawable

GetIndeterminateDrawable()

public Drawable GetIndeterminateDrawable()

Returns

Drawable

Drawable

GetIndeterminateTintBlendMode()

public BlendMode GetIndeterminateTintBlendMode()

Returns

BlendMode

BlendMode

GetIndeterminateTintList()

public ColorStateList GetIndeterminateTintList()

Returns

ColorStateList

ColorStateList

GetIndeterminateTintMode()

public PorterDuff.Mode GetIndeterminateTintMode()

Returns

PorterDuff.Mode

PorterDuff.Mode

GetInterpolator()

public Interpolator GetInterpolator()

Returns

Interpolator

Interpolator

GetMax()

public int GetMax()

Returns

int

int

GetMaxHeight()

public int GetMaxHeight()

Returns

int

int

GetMaxWidth()

public int GetMaxWidth()

Returns

int

int

GetMin()

public int GetMin()

Returns

int

int

GetMinHeight()

public int GetMinHeight()

Returns

int

int

GetMinWidth()

public int GetMinWidth()

Returns

int

int

GetProgress()

public int GetProgress()

Returns

int

int

GetProgressBackgroundTintBlendMode()

public BlendMode GetProgressBackgroundTintBlendMode()

Returns

BlendMode

BlendMode

GetProgressBackgroundTintList()

public ColorStateList GetProgressBackgroundTintList()

Returns

ColorStateList

ColorStateList

GetProgressBackgroundTintMode()

public PorterDuff.Mode GetProgressBackgroundTintMode()

Returns

PorterDuff.Mode

PorterDuff.Mode

GetProgressDrawable()

public Drawable GetProgressDrawable()

Returns

Drawable

Drawable

GetProgressTintBlendMode()

public BlendMode GetProgressTintBlendMode()

Returns

BlendMode

BlendMode

GetProgressTintList()

public ColorStateList GetProgressTintList()

Returns

ColorStateList

ColorStateList

GetProgressTintMode()

public PorterDuff.Mode GetProgressTintMode()

Returns

PorterDuff.Mode

PorterDuff.Mode

GetSecondaryProgress()

public int GetSecondaryProgress()

Returns

int

int

GetSecondaryProgressTintBlendMode()

public BlendMode GetSecondaryProgressTintBlendMode()

Returns

BlendMode

BlendMode

GetSecondaryProgressTintList()

public ColorStateList GetSecondaryProgressTintList()

Returns

ColorStateList

ColorStateList

GetSecondaryProgressTintMode()

public PorterDuff.Mode GetSecondaryProgressTintMode()

Returns

PorterDuff.Mode

PorterDuff.Mode

IncrementProgressBy(int)

public void IncrementProgressBy(int arg0)

Parameters

arg0 int

int

IncrementSecondaryProgressBy(int)

public void IncrementSecondaryProgressBy(int arg0)

Parameters

arg0 int

int

IsAnimating()

public bool IsAnimating()

Returns

bool

bool

IsIndeterminate()

public bool IsIndeterminate()

Returns

bool

bool

OnRestoreInstanceState(Parcelable)

public void OnRestoreInstanceState(Parcelable arg0)

Parameters

arg0 Parcelable

Parcelable

OnSaveInstanceState()

public Parcelable OnSaveInstanceState()

Returns

Parcelable

Parcelable

SetIndeterminate(bool)

public void SetIndeterminate(bool arg0)

Parameters

arg0 bool

bool

SetIndeterminateDrawable(Drawable)

public void SetIndeterminateDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetIndeterminateDrawableTiled(Drawable)

public void SetIndeterminateDrawableTiled(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetIndeterminateTintBlendMode(BlendMode)

public void SetIndeterminateTintBlendMode(BlendMode arg0)

Parameters

arg0 BlendMode

BlendMode

SetIndeterminateTintList(ColorStateList)

public void SetIndeterminateTintList(ColorStateList arg0)

Parameters

arg0 ColorStateList

ColorStateList

SetIndeterminateTintMode(Mode)

public void SetIndeterminateTintMode(PorterDuff.Mode arg0)

Parameters

arg0 PorterDuff.Mode

PorterDuff.Mode

SetInterpolator(Context, int)

public void SetInterpolator(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

SetInterpolator(Interpolator)

public void SetInterpolator(Interpolator arg0)

Parameters

arg0 Interpolator

Interpolator

SetMax(int)

public void SetMax(int arg0)

Parameters

arg0 int

int

SetMaxHeight(int)

public void SetMaxHeight(int arg0)

Parameters

arg0 int

int

SetMaxWidth(int)

public void SetMaxWidth(int arg0)

Parameters

arg0 int

int

SetMin(int)

public void SetMin(int arg0)

Parameters

arg0 int

int

SetMinHeight(int)

public void SetMinHeight(int arg0)

Parameters

arg0 int

int

SetMinWidth(int)

public void SetMinWidth(int arg0)

Parameters

arg0 int

int

SetProgress(int)

public void SetProgress(int arg0)

Parameters

arg0 int

int

SetProgress(int, bool)

public void SetProgress(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

SetProgressBackgroundTintBlendMode(BlendMode)

public void SetProgressBackgroundTintBlendMode(BlendMode arg0)

Parameters

arg0 BlendMode

BlendMode

SetProgressBackgroundTintList(ColorStateList)

public void SetProgressBackgroundTintList(ColorStateList arg0)

Parameters

arg0 ColorStateList

ColorStateList

SetProgressBackgroundTintMode(Mode)

public void SetProgressBackgroundTintMode(PorterDuff.Mode arg0)

Parameters

arg0 PorterDuff.Mode

PorterDuff.Mode

SetProgressDrawable(Drawable)

public void SetProgressDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetProgressDrawableTiled(Drawable)

public void SetProgressDrawableTiled(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetProgressTintBlendMode(BlendMode)

public void SetProgressTintBlendMode(BlendMode arg0)

Parameters

arg0 BlendMode

BlendMode

SetProgressTintList(ColorStateList)

public void SetProgressTintList(ColorStateList arg0)

Parameters

arg0 ColorStateList

ColorStateList

SetProgressTintMode(Mode)

public void SetProgressTintMode(PorterDuff.Mode arg0)

Parameters

arg0 PorterDuff.Mode

PorterDuff.Mode

SetSecondaryProgress(int)

public void SetSecondaryProgress(int arg0)

Parameters

arg0 int

int

SetSecondaryProgressTintBlendMode(BlendMode)

public void SetSecondaryProgressTintBlendMode(BlendMode arg0)

Parameters

arg0 BlendMode

BlendMode

SetSecondaryProgressTintList(ColorStateList)

public void SetSecondaryProgressTintList(ColorStateList arg0)

Parameters

arg0 ColorStateList

ColorStateList

SetSecondaryProgressTintMode(Mode)

public void SetSecondaryProgressTintMode(PorterDuff.Mode arg0)

Parameters

arg0 PorterDuff.Mode

PorterDuff.Mode