merge from open-source master

Change-Id: Ib9ec3f3b7418d064b643577156d7d16688b3048d
This commit is contained in:
The Android Open Source Project
2010-06-15 11:44:09 -07:00
2 changed files with 3 additions and 0 deletions

View File

@@ -310,7 +310,9 @@ public abstract class KeyInputQueue {
mLast = new QueuedEvent();
mFirst.next = mLast;
mLast.prev = mFirst;
}
void start() {
mThread.start();
}