Lines Matching refs:CursorAnchorInfo
13487 method public void onUpdateCursorAnchorInfo(android.view.inputmethod.CursorAnchorInfo);
13534 method public void updateCursorAnchorInfo(android.view.inputmethod.CursorAnchorInfo);
35561 public final class CursorAnchorInfo implements android.os.Parcelable {
35562 ctor public CursorAnchorInfo(android.os.Parcel);
35577 …blic static final android.os.Parcelable.Creator<android.view.inputmethod.CursorAnchorInfo> CREATOR;
35583 public static final class CursorAnchorInfo.Builder {
35584 ctor public CursorAnchorInfo.Builder();
35585 …method public android.view.inputmethod.CursorAnchorInfo.Builder addCharacterBounds(int, float, flo…
35586 method public android.view.inputmethod.CursorAnchorInfo build();
35588 …method public android.view.inputmethod.CursorAnchorInfo.Builder setComposingText(int, java.lang.Ch…
35589 …method public android.view.inputmethod.CursorAnchorInfo.Builder setInsertionMarkerLocation(float, …
35590 …method public android.view.inputmethod.CursorAnchorInfo.Builder setMatrix(android.graphics.Matrix);
35591 method public android.view.inputmethod.CursorAnchorInfo.Builder setSelectionRange(int, int);
35806 …d public void updateCursorAnchorInfo(android.view.View, android.view.inputmethod.CursorAnchorInfo);
35829 method public abstract void updateCursorAnchorInfo(android.view.inputmethod.CursorAnchorInfo);