All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.view.inputmethod.ExtractedText Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.view.inputmethod;
public class ExtractedText
  implements android.os.Parcelable
{
public  ExtractedText() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence text;
public int startOffset;
public int partialStartOffset;
public int partialEndOffset;
public int selectionStart;
public int selectionEnd;
public static final int FLAG_SINGLE_LINE = 1;
public static final int FLAG_SELECTING = 2;
public int flags;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy