Searched refs:EditorBoundsInfo (Results 1 – 11 of 11) sorted by relevance
30 public final class EditorBoundsInfo implements Parcelable { class45 private EditorBoundsInfo(@NonNull Parcel source) { in EditorBoundsInfo() method in EditorBoundsInfo91 EditorBoundsInfo bounds; in equals()92 if (obj instanceof EditorBoundsInfo) { in equals()93 bounds = (EditorBoundsInfo) obj; in equals()120 return new EditorBoundsInfo(source);124 public EditorBoundsInfo[] newArray(int size) {125 return new EditorBoundsInfo[size];163 public EditorBoundsInfo build() { in build()164 return new EditorBoundsInfo(this); in build()[all …]
117 private final EditorBoundsInfo mEditorBoundsInfo;169 mEditorBoundsInfo = source.readTypedObject(EditorBoundsInfo.CREATOR); in CursorAnchorInfo()317 private EditorBoundsInfo mEditorBoundsInfo = null;416 public Builder setEditorBoundsInfo(@Nullable EditorBoundsInfo bounds) { in setEditorBoundsInfo()565 @Nullable EditorBoundsInfo editorBoundsInfo, in CursorAnchorInfo()771 public EditorBoundsInfo getEditorBoundsInfo() { in getEditorBoundsInfo()
30 import android.view.inputmethod.EditorBoundsInfo;76 @Nullable EditorBoundsInfo editorBoundsInfo) { in drawEditorBoundsInfo()
33 import android.view.inputmethod.EditorBoundsInfo;149 EditorBoundsInfo editorBoundsInfo = cursorAnchorInfo.getEditorBoundsInfo(); in testEditorBoundsInfo_allVisible()166 EditorBoundsInfo editorBoundsInfo = cursorAnchorInfo.getEditorBoundsInfo(); in testEditorBoundsInfo_scrolled()184 EditorBoundsInfo editorBoundsInfo = cursorAnchorInfo.getEditorBoundsInfo(); in testEditorBoundsInfo_invisible()
199 import android.view.inputmethod.EditorBoundsInfo;14009 EditorBoundsInfo.Builder boundsBuilder = new EditorBoundsInfo.Builder(); in getCursorAnchorInfo()14010 EditorBoundsInfo editorBoundsInfo = boundsBuilder.setEditorBounds(editorBounds) in getCursorAnchorInfo()
9168 android.view.inputmethod.EditorBoundsInfo$19169 android.view.inputmethod.EditorBoundsInfo$Builder9170 android.view.inputmethod.EditorBoundsInfo
31966 Landroid/view/inputmethod/EditorBoundsInfo$1;31967 Landroid/view/inputmethod/EditorBoundsInfo$Builder;31968 Landroid/view/inputmethod/EditorBoundsInfo;
9199 android.view.inputmethod.EditorBoundsInfo$19200 android.view.inputmethod.EditorBoundsInfo$Builder9201 android.view.inputmethod.EditorBoundsInfo
42100 Landroid/view/inputmethod/EditorBoundsInfo$1;42101 Landroid/view/inputmethod/EditorBoundsInfo$Builder;42102 Landroid/view/inputmethod/EditorBoundsInfo;
55349 method @Nullable public android.view.inputmethod.EditorBoundsInfo getEditorBoundsInfo();55375 ….CursorAnchorInfo.Builder setEditorBoundsInfo(@Nullable android.view.inputmethod.EditorBoundsInfo);55416 public final class EditorBoundsInfo implements android.os.Parcelable {55421 …blic static final android.os.Parcelable.Creator<android.view.inputmethod.EditorBoundsInfo> CREATOR;55424 public static final class EditorBoundsInfo.Builder {55425 ctor public EditorBoundsInfo.Builder();55426 method @NonNull public android.view.inputmethod.EditorBoundsInfo build();55427 …method @NonNull public android.view.inputmethod.EditorBoundsInfo.Builder setEditorBounds(@Nullable…55428 …method @NonNull public android.view.inputmethod.EditorBoundsInfo.Builder setHandwritingBounds(@Nul…
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...