summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-10-27 19:31:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-27 19:31:24 -0700
commitdf3cccf3dc6b59ec4a45d80fb483022360e13830 (patch)
treead6c69291a1bb02fbf694b0e5ce03258d419bb49 /include
parent96abb48dff22a54de4ddcdd427d8e5a261d0facc (diff)
parent120a4594855951ed5eb185fdfc19bf98efef3ba2 (diff)
downloadframeworks_base-df3cccf3dc6b59ec4a45d80fb483022360e13830.zip
frameworks_base-df3cccf3dc6b59ec4a45d80fb483022360e13830.tar.gz
frameworks_base-df3cccf3dc6b59ec4a45d80fb483022360e13830.tar.bz2
am 120a4594: Drop all dispatcher state when dispatcher is disabled.
Diffstat (limited to 'include')
-rw-r--r--include/ui/InputDispatcher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/InputDispatcher.h b/include/ui/InputDispatcher.h
index b0b855e..5f77cba 100644
--- a/include/ui/InputDispatcher.h
+++ b/include/ui/InputDispatcher.h
@@ -1032,6 +1032,9 @@ private:
// Splitting motion events across windows.
MotionEntry* splitMotionEvent(const MotionEntry* originalMotionEntry, BitSet32 pointerIds);
+ // Reset and drop everything the dispatcher is doing.
+ void resetAndDropEverythingLocked(const char* reason);
+
// Dump state.
void dumpDispatchStateLocked(String8& dump);
void logDispatchStateLocked();