Table of Contents

Class Gallery

Namespace
Android.Widget
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class Gallery : AbsSpinner, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAccessibilityEventSource, IViewManager, IViewParent
Inheritance
Gallery
Implements
Inherited Members
Extension Methods

Constructors

[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0)

Parameters

arg0 Context

Context

[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

arg3 int

int

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 Gallery(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

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

public override bool IsBridgeInterface { get; }

Property Value

bool

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

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

public static Gallery CreatePoolableInstance(Context arg0)

Parameters

arg0 Context

Returns

Gallery

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

public static Gallery CreatePoolableInstance(Context arg0, AttributeSet arg1)

Parameters

arg0 Context
arg1 AttributeSet

Returns

Gallery

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

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

Parameters

arg0 Context
arg1 AttributeSet
arg2 int

Returns

Gallery

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

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

Parameters

arg0 Context
arg1 AttributeSet
arg2 int
arg3 int

Returns

Gallery
[Obsolete("Deprecated in JVM")]
public bool OnDown(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

[Obsolete("Deprecated in JVM")]
public bool OnFling(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)

Parameters

arg0 MotionEvent

MotionEvent

arg1 MotionEvent

MotionEvent

arg2 float

float

arg3 float

float

Returns

bool

bool

[Obsolete("Deprecated in JVM")]
public void OnLongPress(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

[Obsolete("Deprecated in JVM")]
public bool OnScroll(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)

Parameters

arg0 MotionEvent

MotionEvent

arg1 MotionEvent

MotionEvent

arg2 float

float

arg3 float

float

Returns

bool

bool

[Obsolete("Deprecated in JVM")]
public void OnShowPress(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

[Obsolete("Deprecated in JVM")]
public bool OnSingleTapUp(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

[Obsolete("Deprecated in JVM")]
public void SetAnimationDuration(int arg0)

Parameters

arg0 int

int

[Obsolete("Deprecated in JVM")]
public void SetCallbackDuringFling(bool arg0)

Parameters

arg0 bool

bool

[Obsolete("Deprecated in JVM")]
public void SetGravity(int arg0)

Parameters

arg0 int

int

[Obsolete("Deprecated in JVM")]
public void SetSpacing(int arg0)

Parameters

arg0 int

int

[Obsolete("Deprecated in JVM")]
public void SetUnselectedAlpha(float arg0)

Parameters

arg0 float

float