Table of Contents

Class CursorAnchorInfo

Namespace
Android.View.Inputmethod
Assembly
MASES.Netdroid.dll
public class CursorAnchorInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
CursorAnchorInfo
Implements
Inherited Members
Extension Methods

Constructors

CursorAnchorInfo(Parcel)

public CursorAnchorInfo(Parcel arg0)

Parameters

arg0 Parcel

Parcel

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

FLAG_HAS_INVISIBLE_REGION

public static int FLAG_HAS_INVISIBLE_REGION { get; set; }

Property Value

int

FLAG_HAS_VISIBLE_REGION

public static int FLAG_HAS_VISIBLE_REGION { get; set; }

Property Value

int

FLAG_IS_RTL

public static int FLAG_IS_RTL { get; set; }

Property Value

int

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(Parcel)

HPA initializer for CursorAnchorInfo(Android.Os.Parcel arg0)

public static CursorAnchorInfo CreatePoolableInstance(Parcel arg0)

Parameters

arg0 Parcel

Returns

CursorAnchorInfo

DescribeContents()

public int DescribeContents()

Returns

int

int

GetCharacterBounds(int)

public RectF GetCharacterBounds(int arg0)

Parameters

arg0 int

int

Returns

RectF

RectF

GetCharacterBoundsFlags(int)

public int GetCharacterBoundsFlags(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetComposingText()

public CharSequence GetComposingText()

Returns

CharSequence

CharSequence

GetComposingTextStart()

public int GetComposingTextStart()

Returns

int

int

GetEditorBoundsInfo()

public EditorBoundsInfo GetEditorBoundsInfo()

Returns

EditorBoundsInfo

EditorBoundsInfo

GetInsertionMarkerBaseline()

public float GetInsertionMarkerBaseline()

Returns

float

float

GetInsertionMarkerBottom()

public float GetInsertionMarkerBottom()

Returns

float

float

GetInsertionMarkerFlags()

public int GetInsertionMarkerFlags()

Returns

int

int

GetInsertionMarkerHorizontal()

public float GetInsertionMarkerHorizontal()

Returns

float

float

GetInsertionMarkerTop()

public float GetInsertionMarkerTop()

Returns

float

float

GetMatrix()

public Matrix GetMatrix()

Returns

Matrix

Matrix

GetSelectionEnd()

public int GetSelectionEnd()

Returns

int

int

GetSelectionStart()

public int GetSelectionStart()

Returns

int

int

GetTextAppearanceInfo()

public TextAppearanceInfo GetTextAppearanceInfo()

Returns

TextAppearanceInfo

TextAppearanceInfo

GetVisibleLineBounds()

public List<RectF> GetVisibleLineBounds()

Returns

List<RectF>

List

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int