android.view.inputmethod
Class ExtractedText

java.lang.Object
  extended by android.view.inputmethod.ExtractedText
All Implemented Interfaces:
Parcelable

public class ExtractedText
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<ExtractedText> CREATOR
           
static int FLAG_SELECTING
           
static int FLAG_SINGLE_LINE
           
 int flags
           
 int partialEndOffset
           
 int partialStartOffset
           
 int selectionEnd
           
 int selectionStart
           
 int startOffset
           
 CharSequence text
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
ExtractedText()
           
 
Method Summary
 int describeContents()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public CharSequence text

startOffset

public int startOffset

partialStartOffset

public int partialStartOffset

partialEndOffset

public int partialEndOffset

selectionStart

public int selectionStart

selectionEnd

public int selectionEnd

FLAG_SINGLE_LINE

public static final int FLAG_SINGLE_LINE
See Also:
Constant Field Values

FLAG_SELECTING

public static final int FLAG_SELECTING
See Also:
Constant Field Values

flags

public int flags

CREATOR

public static final Parcelable.Creator<ExtractedText> CREATOR
Constructor Detail

ExtractedText

public ExtractedText()
Method Detail

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.