Searched refs:InsertGesture (Results 1 – 13 of 13) sorted by relevance
35 public final class InsertGesture extends HandwritingGesture implements Parcelable { class40 private InsertGesture(String text, PointF point, String fallbackText) { in InsertGesture() method in InsertGesture47 private InsertGesture(final Parcel source) { in InsertGesture() method in InsertGesture117 public InsertGesture build() { in build()124 return new InsertGesture(mText, mPoint, mFallbackText); in build()132 public static final Creator<InsertGesture> CREATOR =133 new Creator<InsertGesture>() {135 public InsertGesture createFromParcel(Parcel source) {136 return new InsertGesture(source);140 public InsertGesture[] newArray(int size) {[all …]
19 parcelable InsertGesture;
72 return InsertGesture.CREATOR.createFromParcel(parcel); in createFromParcelInternal()
571 } else if (gesture.equals(InsertGesture.class)) { in setSupportedHandwritingGestures()616 list.add(InsertGesture.class); in getSupportedHandwritingGestures()
47 InsertGesture.Builder builder = new InsertGesture.Builder(); in testBuilder()48 InsertGesture gesture = builder.setInsertionPoint(INSERTION_POINT) in testBuilder()
83 verifyEqualityAfterUnparcel(new InsertGesture.Builder() in testInsertGestureGesture()
44 import android.view.inputmethod.InsertGesture;310 } else if (gesture instanceof InsertGesture) { in performHandwritingGesture()311 result = mTextView.performHandwritingInsertGesture((InsertGesture) gesture); in performHandwritingGesture()
35 import android.view.inputmethod.InsertGesture;166 gesture = new InsertGesture.Builder() in computeGesture()
9505 android.view.inputmethod.InsertGesture$19506 android.view.inputmethod.InsertGesture
31923 Landroid/view/inputmethod/InsertGesture$1;31924 Landroid/view/inputmethod/InsertGesture;
9536 android.view.inputmethod.InsertGesture$19537 android.view.inputmethod.InsertGesture
42084 Landroid/view/inputmethod/InsertGesture$1;42085 Landroid/view/inputmethod/InsertGesture;
56481 …public final class InsertGesture extends android.view.inputmethod.HandwritingGesture implements an…56486 … public static final android.os.Parcelable.Creator<android.view.inputmethod.InsertGesture> CREATOR;56489 public static final class InsertGesture.Builder {56490 ctor public InsertGesture.Builder();56491 method @NonNull public android.view.inputmethod.InsertGesture build();56492 …method @NonNull public android.view.inputmethod.InsertGesture.Builder setFallbackText(@Nullable St…56493 …method @NonNull public android.view.inputmethod.InsertGesture.Builder setInsertionPoint(@NonNull a…56494 …method @NonNull public android.view.inputmethod.InsertGesture.Builder setTextToInsert(@NonNull Str…