Table of Contents

Class Resources.Theme

Namespace
Android.Content.Res
Assembly
MASES.Netdroid.dll
public class Resources.Theme : JVMBridgeBase<Resources.Theme>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Resources.Theme
Implements
Extension Methods

Constructors

Theme(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 Theme(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

ApplyStyle(int, bool)

public void ApplyStyle(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Dump(int, String, String)

public void Dump(int arg0, String arg1, String arg2)

Parameters

arg0 int

int

arg1 String

String

arg2 String

String

GetAttributeResolutionStack(int, int, int)

public int[] GetAttributeResolutionStack(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Returns

int[]

int

GetChangingConfigurations()

public int GetChangingConfigurations()

Returns

int

int

GetDrawable(int)

public Drawable GetDrawable(int arg0)

Parameters

arg0 int

int

Returns

Drawable

Drawable

Exceptions

Resources.NotFoundException

GetExplicitStyle(AttributeSet)

public int GetExplicitStyle(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

int

int

GetResources()

public Resources GetResources()

Returns

Resources

Resources

ObtainStyledAttributes(AttributeSet, int[], int, int)

public TypedArray ObtainStyledAttributes(AttributeSet arg0, int[] arg1, int arg2, int arg3)

Parameters

arg0 AttributeSet

AttributeSet

arg1 int[]

int

arg2 int

int

arg3 int

int

Returns

TypedArray

TypedArray

ObtainStyledAttributes(int, int[])

public TypedArray ObtainStyledAttributes(int arg0, int[] arg1)

Parameters

arg0 int

int

arg1 int[]

int

Returns

TypedArray

TypedArray

Exceptions

Resources.NotFoundException

ObtainStyledAttributes(int[])

public TypedArray ObtainStyledAttributes(int[] arg0)

Parameters

arg0 int[]

int

Returns

TypedArray

TypedArray

Rebase()

public void Rebase()

ResolveAttribute(int, TypedValue, bool)

public bool ResolveAttribute(int arg0, TypedValue arg1, bool arg2)

Parameters

arg0 int

int

arg1 TypedValue

TypedValue

arg2 bool

bool

Returns

bool

bool

SetTo(Theme)

public void SetTo(Resources.Theme arg0)

Parameters

arg0 Resources.Theme

Resources.Theme