| java.lang.Object | |
| ↳ | android.view.inputmethod.ExtractedTextRequest |
Description of what an input method would like from an application when extract text from its input editor.
|
[Expand]
Inherited Constants
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
|||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
CREATOR | Used to make this class parcelable. | |||||||||
|
|
flags |
Additional request flags, having the same possible values as the
flags parameter of
InputConnection.getTextBeforeCursor()
.
|
|||||||||
|
|
hintMaxChars | Hint for the maximum number of characters to return. | |||||||||
|
|
hintMaxLines | Hint for the maximum number of lines to return. | |||||||||
|
|
token | Arbitrary integer that can be supplied in the request, which will be delivered back when reporting updates. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
|
||||||||||
|
|
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.
Additional request flags, having the same possible values as the
flags parameter of
InputConnection.getTextBeforeCursor()
.
Arbitrary integer that can be supplied in the request, which will be delivered back when reporting updates.
Describe the kinds of special objects contained in this Parcelable's marshalled representation.