|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.inputmethod.InputBinding
public final class InputBinding
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T> |
| Field Summary | |
|---|---|
static Parcelable.Creator<InputBinding> |
CREATOR
|
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
InputBinding(InputConnection conn,
IBinder connToken,
int uid,
int pid)
|
|
InputBinding(InputConnection conn,
InputBinding binding)
|
|
| Method Summary | |
|---|---|
int |
describeContents()
|
InputConnection |
getConnection()
|
IBinder |
getConnectionToken()
|
int |
getPid()
|
int |
getUid()
|
String |
toString()
|
void |
writeToParcel(Parcel dest,
int flags)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Parcelable.Creator<InputBinding> CREATOR
| Constructor Detail |
|---|
public InputBinding(InputConnection conn,
IBinder connToken,
int uid,
int pid)
public InputBinding(InputConnection conn,
InputBinding binding)
| Method Detail |
|---|
public InputConnection getConnection()
public IBinder getConnectionToken()
public int getUid()
public int getPid()
public String toString()
toString in class Object
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 | |||||||||