java.lang.Object | |
↳ | android.app.assist.AssistStructure |
Assist data automatically created by the platform's implementation
of onProvideAssistData(Bundle)
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AssistStructure.ViewNode | Describes a single view in the assist data. | ||||||||||
AssistStructure.WindowNode | Describes a window in the assist data. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
| |||||||||||
Return the activity this AssistStructure came from.
| |||||||||||
Return one of the windows in the assist data.
| |||||||||||
Return the number of window contents that have been collected in this assist data.
| |||||||||||
Flatten this object in to a Parcel.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Return the activity this AssistStructure came from.
Return one of the windows in the assist data.
index | Which window to retrieve, may be 0 to getWindowNodeCount() -1.
|
---|
Return the number of window contents that have been collected in this assist data.
Flatten this object in to a Parcel.
out | The Parcel in which the object should be written. |
---|---|
flags | Additional flags about how the object should be written.
May be 0 or PARCELABLE_WRITE_RETURN_VALUE .
|