summaryrefslogtreecommitdiff
path: root/include/ui/Input.h
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2010-07-15 22:22:42 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-07-15 22:22:42 -0700
commit9c48c34ebe2d87e68d0a90b2e7334d1722368f37 (patch)
tree0988f0a07abbfa77cae83931d6f647f5cf532c7a /include/ui/Input.h
parent5c1ed84a2dec7efe914d0d1abb6834f8543fb9f1 (diff)
parent0e8852766d2cc0ef82ed0846a4cae55ead01fdbf (diff)
Merge "Implement native key pre-dispatching to IMEs." into gingerbread
Diffstat (limited to 'include/ui/Input.h')
-rw-r--r--include/ui/Input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/Input.h b/include/ui/Input.h
index f06988832d..d9b109197c 100644
--- a/include/ui/Input.h
+++ b/include/ui/Input.h
@@ -152,6 +152,7 @@ public:
protected:
void initialize(int32_t deviceId, int32_t source);
+ void initialize(const InputEvent& from);
private:
int32_t mDeviceId;
@@ -202,6 +203,7 @@ public:
int32_t repeatCount,
nsecs_t downTime,
nsecs_t eventTime);
+ void initialize(const KeyEvent& from);
private:
int32_t mAction;