diff options
Diffstat (limited to 'core/java/android/view/InputChannel.java')
| -rw-r--r-- | core/java/android/view/InputChannel.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/view/InputChannel.java b/core/java/android/view/InputChannel.java index e5ebc69226f4..e24c3c949c36 100644 --- a/core/java/android/view/InputChannel.java +++ b/core/java/android/view/InputChannel.java @@ -22,8 +22,9 @@ import android.util.Slog; /** * An input channel specifies the file descriptors used to send input events to - * a window in another process. It is Parcelable so that it can be transmitted - * to the ViewRoot through a Binder transaction as part of registering the Window. + * a window in another process. It is Parcelable so that it can be sent + * to the process that is to receive events. Only one thread should be reading + * from an InputChannel at a time. * @hide */ public final class InputChannel implements Parcelable { |
