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
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
FLAG_HAS_INVISIBLE_REGION
public static int FLAG_HAS_INVISIBLE_REGION { get; set; }
Property Value
FLAG_HAS_VISIBLE_REGION
public static int FLAG_HAS_VISIBLE_REGION { get; set; }
Property Value
FLAG_IS_RTL
public static int FLAG_IS_RTL { get; set; }
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(Parcel)
HPA initializer for CursorAnchorInfo(Android.Os.Parcel arg0)
public static CursorAnchorInfo CreatePoolableInstance(Parcel arg0)
Parameters
arg0Parcel
Returns
DescribeContents()
public int DescribeContents()
Returns
GetCharacterBounds(int)
public RectF GetCharacterBounds(int arg0)
Parameters
Returns
GetCharacterBoundsFlags(int)
public int GetCharacterBoundsFlags(int arg0)
Parameters
Returns
GetComposingText()
public CharSequence GetComposingText()
Returns
GetComposingTextStart()
public int GetComposingTextStart()
Returns
GetEditorBoundsInfo()
public EditorBoundsInfo GetEditorBoundsInfo()
Returns
GetInsertionMarkerBaseline()
public float GetInsertionMarkerBaseline()
Returns
GetInsertionMarkerBottom()
public float GetInsertionMarkerBottom()
Returns
GetInsertionMarkerFlags()
public int GetInsertionMarkerFlags()
Returns
GetInsertionMarkerHorizontal()
public float GetInsertionMarkerHorizontal()
Returns
GetInsertionMarkerTop()
public float GetInsertionMarkerTop()
Returns
GetMatrix()
public Matrix GetMatrix()
Returns
GetSelectionEnd()
public int GetSelectionEnd()
Returns
GetSelectionStart()
public int GetSelectionStart()
Returns
GetTextAppearanceInfo()
public TextAppearanceInfo GetTextAppearanceInfo()
Returns
GetVisibleLineBounds()
public List<RectF> GetVisibleLineBounds()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)