Table of Contents

Class Resources.Theme

Namespace
Android.Content.Res
Assembly
MASES.Netdroid.dll
public class Resources.Theme : JVMBridgeBase<Resources.Theme>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Resources.Theme>
Resources.Theme
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Resources.Theme>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Resources.Theme>.IsAssignableFrom<T>()
JVMBridgeBase<Resources.Theme>.Execute<T>(params T[])
JVMBridgeBase<Resources.Theme>.DynBridgeClazz
JVMBridgeBase<Resources.Theme>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Theme()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Theme()

Theme(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Theme(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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