Class Gallery
[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
Gallery(Context)
[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0)
Parameters
Gallery(Context, AttributeSet)
[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
Gallery(Context, AttributeSet, int)
[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0, AttributeSet arg1, int arg2)
Parameters
arg0Contextarg1AttributeSetarg2int
Gallery(Context, AttributeSet, int, int)
[Obsolete("Deprecated in JVM")]
public Gallery(Context arg0, AttributeSet arg1, int arg2, int arg3)
Parameters
arg0Contextarg1AttributeSetarg2intarg3int
Gallery(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 Gallery(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(Context)
HPA initializer for Gallery(Android.Content.Context arg0)
public static Gallery CreatePoolableInstance(Context arg0)
Parameters
arg0Context
Returns
CreatePoolableInstance(Context, AttributeSet)
HPA initializer for Gallery(Android.Content.Context arg0, Android.Util.AttributeSet arg1)
public static Gallery CreatePoolableInstance(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
Returns
CreatePoolableInstance(Context, AttributeSet, int)
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
arg0Contextarg1AttributeSetarg2int
Returns
CreatePoolableInstance(Context, AttributeSet, int, int)
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
arg0Contextarg1AttributeSetarg2intarg3int
Returns
OnDown(MotionEvent)
https://developer.android.com/reference/android/widget/Gallery.html#onDown(android.view.MotionEvent)
[Obsolete("Deprecated in JVM")]
public bool OnDown(MotionEvent arg0)
Parameters
arg0MotionEvent
Returns
OnFling(MotionEvent, MotionEvent, float, float)
[Obsolete("Deprecated in JVM")]
public bool OnFling(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)
Parameters
arg0MotionEventarg1MotionEventarg2floatarg3float
Returns
OnLongPress(MotionEvent)
[Obsolete("Deprecated in JVM")]
public void OnLongPress(MotionEvent arg0)
Parameters
arg0MotionEvent
OnScroll(MotionEvent, MotionEvent, float, float)
[Obsolete("Deprecated in JVM")]
public bool OnScroll(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)
Parameters
arg0MotionEventarg1MotionEventarg2floatarg3float
Returns
OnShowPress(MotionEvent)
[Obsolete("Deprecated in JVM")]
public void OnShowPress(MotionEvent arg0)
Parameters
arg0MotionEvent
OnSingleTapUp(MotionEvent)
[Obsolete("Deprecated in JVM")]
public bool OnSingleTapUp(MotionEvent arg0)
Parameters
arg0MotionEvent
Returns
SetAnimationDuration(int)
[Obsolete("Deprecated in JVM")]
public void SetAnimationDuration(int arg0)
Parameters
SetCallbackDuringFling(bool)
[Obsolete("Deprecated in JVM")]
public void SetCallbackDuringFling(bool arg0)
Parameters
SetGravity(int)
[Obsolete("Deprecated in JVM")]
public void SetGravity(int arg0)
Parameters
SetSpacing(int)
[Obsolete("Deprecated in JVM")]
public void SetSpacing(int arg0)
Parameters
SetUnselectedAlpha(float)
[Obsolete("Deprecated in JVM")]
public void SetUnselectedAlpha(float arg0)