commit | 842500e146cdc0036b2a1a3e2acc7626d005128b | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Fri Mar 13 17:32:02 2015 -0700 |
committer | Michael Wright <michaelwr@google.com> | Fri Apr 17 16:37:16 2015 +0000 |
tree | 6f780e99fb5df6cb019f46dc1cac085d444ed65c | |
parent | e5364c8c02f1a943e78dee600ac45573d5cdcbbf [diff] [blame] |
Fuse stylus and touch screen data. TODO: Ensure we dispatch new pressure and button data when stylus is stationary. Change-Id: I10a665a9b81ff4b9acd01bf72f0fc2e0c2abc203
diff --git a/services/inputflinger/tests/InputReader_test.cpp b/services/inputflinger/tests/InputReader_test.cpp index 40f51b6..f34b810 100644 --- a/services/inputflinger/tests/InputReader_test.cpp +++ b/services/inputflinger/tests/InputReader_test.cpp
@@ -777,6 +777,14 @@ virtual int32_t bumpGeneration() { return ++mGeneration; } + + virtual void getExternalStylusDevices(Vector<InputDeviceInfo>& outDevices) { + + } + + virtual void dispatchExternalStylusState(const StylusState&) { + + } };