FileDocCategorySizeDatePackage
CursorAnchorInfo.javaAPI DocAndroid 5.1 API3004Sat Mar 14 14:09:40 GMT 2015android.view.inputmethod

CursorAnchorInfo

public final class CursorAnchorInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
FLAG_HAS_INVISIBLE_REGION
public static final int
FLAG_HAS_VISIBLE_REGION
public static final int
FLAG_IS_RTL
Constructors Summary
public CursorAnchorInfo(android.os.Parcel source)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public android.graphics.RectFgetCharacterBounds(int index)

 throw new RuntimeException("Stub!"); 
public intgetCharacterBoundsFlags(int index)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetComposingText()

 throw new RuntimeException("Stub!"); 
public intgetComposingTextStart()

 throw new RuntimeException("Stub!"); 
public floatgetInsertionMarkerBaseline()

 throw new RuntimeException("Stub!"); 
public floatgetInsertionMarkerBottom()

 throw new RuntimeException("Stub!"); 
public intgetInsertionMarkerFlags()

 throw new RuntimeException("Stub!"); 
public floatgetInsertionMarkerHorizontal()

 throw new RuntimeException("Stub!"); 
public floatgetInsertionMarkerTop()

 throw new RuntimeException("Stub!"); 
public android.graphics.MatrixgetMatrix()

 throw new RuntimeException("Stub!"); 
public intgetSelectionEnd()

 throw new RuntimeException("Stub!"); 
public intgetSelectionStart()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");