Table of Contents

Class GestureDescription.StrokeDescription

Namespace
Android.Accessibilityservice
Assembly
MASES.Netdroid.dll
public class GestureDescription.StrokeDescription : JVMBridgeBase<GestureDescription.StrokeDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
GestureDescription.StrokeDescription
Implements
Extension Methods

Constructors

StrokeDescription(Path, long, long)

public StrokeDescription(Path arg0, long arg1, long arg2)

Parameters

arg0 Path

Path

arg1 long

long

arg2 long

long

StrokeDescription(Path, long, long, bool)

public StrokeDescription(Path arg0, long arg1, long arg2, bool arg3)

Parameters

arg0 Path

Path

arg1 long

long

arg2 long

long

arg3 bool

bool

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

ContinueStroke(Path, long, long, bool)

public GestureDescription.StrokeDescription ContinueStroke(Path arg0, long arg1, long arg2, bool arg3)

Parameters

arg0 Path

Path

arg1 long

long

arg2 long

long

arg3 bool

bool

Returns

GestureDescription.StrokeDescription

GestureDescription.StrokeDescription

CreatePoolableInstance(Path, long, long)

HPA initializer for StrokeDescription(Android.Graphics.Path arg0, long arg1, long arg2)

public static GestureDescription.StrokeDescription CreatePoolableInstance(Path arg0, long arg1, long arg2)

Parameters

arg0 Path
arg1 long
arg2 long

Returns

GestureDescription.StrokeDescription

CreatePoolableInstance(Path, long, long, bool)

HPA initializer for StrokeDescription(Android.Graphics.Path arg0, long arg1, long arg2, bool arg3)

public static GestureDescription.StrokeDescription CreatePoolableInstance(Path arg0, long arg1, long arg2, bool arg3)

Parameters

arg0 Path
arg1 long
arg2 long
arg3 bool

Returns

GestureDescription.StrokeDescription

GetDuration()

public long GetDuration()

Returns

long

long

GetPath()

public Path GetPath()

Returns

Path

Path

GetStartTime()

public long GetStartTime()

Returns

long

long

WillContinue()

public bool WillContinue()

Returns

bool

bool