|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.inputmethod.ExtractedTextRequest
public class ExtractedTextRequest
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.Creator<T> |
| Field Summary | |
|---|---|
static Parcelable.Creator<ExtractedTextRequest> |
CREATOR
|
int |
flags
|
int |
hintMaxChars
|
int |
hintMaxLines
|
int |
token
|
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
ExtractedTextRequest()
|
|
| 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 |
|---|
public int token
public int flags
public int hintMaxLines
public int hintMaxChars
public static final Parcelable.Creator<ExtractedTextRequest> CREATOR
| Constructor Detail |
|---|
public ExtractedTextRequest()
| Method Detail |
|---|
public void writeToParcel(Parcel dest,
int flags)
writeToParcel in interface Parcelablepublic int describeContents()
describeContents in interface Parcelable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||