Table of Contents

Class AdaptiveIconDrawable

Namespace
Android.Graphics.Drawable
Assembly
MASES.Netdroid.dll
public class AdaptiveIconDrawable : Drawable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
AdaptiveIconDrawable
Implements
Inherited Members
Extension Methods

Constructors

AdaptiveIconDrawable(Drawable, Drawable)

public AdaptiveIconDrawable(Drawable arg0, Drawable arg1)

Parameters

arg0 Drawable

Drawable

arg1 Drawable

Drawable

AdaptiveIconDrawable(Drawable, Drawable, Drawable)

public AdaptiveIconDrawable(Drawable arg0, Drawable arg1, Drawable arg2)

Parameters

arg0 Drawable

Drawable

arg1 Drawable

Drawable

arg2 Drawable

Drawable

AdaptiveIconDrawable(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 AdaptiveIconDrawable(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(Drawable, Drawable)

HPA initializer for AdaptiveIconDrawable(Android.Graphics.Drawable.Drawable arg0, Android.Graphics.Drawable.Drawable arg1)

public static AdaptiveIconDrawable CreatePoolableInstance(Drawable arg0, Drawable arg1)

Parameters

arg0 Drawable
arg1 Drawable

Returns

AdaptiveIconDrawable

CreatePoolableInstance(Drawable, Drawable, Drawable)

HPA initializer for AdaptiveIconDrawable(Android.Graphics.Drawable.Drawable arg0, Android.Graphics.Drawable.Drawable arg1, Android.Graphics.Drawable.Drawable arg2)

public static AdaptiveIconDrawable CreatePoolableInstance(Drawable arg0, Drawable arg1, Drawable arg2)

Parameters

arg0 Drawable
arg1 Drawable
arg2 Drawable

Returns

AdaptiveIconDrawable

GetBackground()

public Drawable GetBackground()

Returns

Drawable

Drawable

GetExtraInsetFraction()

public static float GetExtraInsetFraction()

Returns

float

float

GetForeground()

public Drawable GetForeground()

Returns

Drawable

Drawable

GetIconMask()

public Path GetIconMask()

Returns

Path

Path

GetMonochrome()

public Drawable GetMonochrome()

Returns

Drawable

Drawable

InvalidateDrawable(Drawable)

public void InvalidateDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

ScheduleDrawable(Drawable, Runnable, long)

public void ScheduleDrawable(Drawable arg0, Runnable arg1, long arg2)

Parameters

arg0 Drawable

Drawable

arg1 Runnable

Runnable

arg2 long

long

SetOpacity(int)

public void SetOpacity(int arg0)

Parameters

arg0 int

int

UnscheduleDrawable(Drawable, Runnable)

public void UnscheduleDrawable(Drawable arg0, Runnable arg1)

Parameters

arg0 Drawable

Drawable

arg1 Runnable

Runnable