public static class AutocompleteMatch.MatchedString extends Object implements Parcelable
AutocompleteMatch.Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<AutocompleteMatch.MatchedString> |
CREATOR
Parcelable creator for this type.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getLength()
Get the matched string's length.
|
int |
getOffset()
Get the matched string's start offset.
|
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<AutocompleteMatch.MatchedString> CREATOR
public int getLength()
public int getOffset()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.