| java.lang.Object | |
| ↳ | android.view.textservice.TextInfo |
This class contains a metadata of the input of TextService
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | Used to make this class parcelable. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
Constructor.
| |||||||||||
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Used to make this class parcelable.
| |||||||||||
Used to package this object into a
Parcel.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Used to make this class parcelable.
Constructor.
| text | the text which will be input to TextService |
|---|
Constructor.
| text | the text which will be input to TextService |
|---|---|
| cookie | the cookie for this TextInfo |
| sequenceNumber | the sequence number for this TextInfo |
Constructor.
| charSequence | the text which will be input to TextService. Attached spans that
implement ParcelableSpan will also be marshaled alongside with the text. |
|---|---|
| start | the beginning of the range of text (inclusive). |
| end | the end of the range of text (exclusive). |
| cookie | the cookie for this TextInfo |
| sequenceNumber | the sequence number for this TextInfo |
Used to make this class parcelable.