diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-10-01 14:55:30 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2010-10-01 15:08:56 -0700 |
commit | 956c0fb2386cb0cf92e08b199c706ed3a044ad1b (patch) | |
tree | 3c9dfcd253b5a7de7603d24455c1d1d80df5c980 /include/ui/InputReader.h | |
parent | aa2d67d4b750050f75eac73cdba6ed647cd8bfd2 (diff) | |
download | frameworks_native-956c0fb2386cb0cf92e08b199c706ed3a044ad1b.zip frameworks_native-956c0fb2386cb0cf92e08b199c706ed3a044ad1b.tar.gz frameworks_native-956c0fb2386cb0cf92e08b199c706ed3a044ad1b.tar.bz2 |
Support haptic feedback for virtual keys defined in key layout.
Change-Id: I83e4108a87332692e03791dc066206becbc7941f
Diffstat (limited to 'include/ui/InputReader.h')
-rw-r--r-- | include/ui/InputReader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ui/InputReader.h b/include/ui/InputReader.h index d3fbaf7..2209cb8 100644 --- a/include/ui/InputReader.h +++ b/include/ui/InputReader.h @@ -103,10 +103,6 @@ public: virtual bool getDisplayInfo(int32_t displayId, int32_t* width, int32_t* height, int32_t* orientation) = 0; - /* Provides feedback for a virtual key down. - */ - virtual void virtualKeyDownFeedback() = 0; - /* Intercepts a key event. * The policy can use this method as an opportunity to perform power management functions * and early event preprocessing such as updating policy flags. |