summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ui/Input.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/ui/Input.h b/include/ui/Input.h
index 49347d3..3fa825f 100644
--- a/include/ui/Input.h
+++ b/include/ui/Input.h
@@ -466,29 +466,6 @@ private:
KeyedVector<int32_t, MotionRange> mMotionRanges;
};
-/*
- * Provides remote access to information about an input device.
- *
- * Note: This is essentially a wrapper for Binder calls into the Window Manager Service.
- */
-class InputDeviceProxy : public RefBase, public AInputDevice {
-protected:
- InputDeviceProxy();
- virtual ~InputDeviceProxy();
-
-public:
- static void getDeviceIds(Vector<int32_t>& outIds);
-
- static sp<InputDeviceProxy> getDevice(int32_t id);
-
- inline const InputDeviceInfo* getInfo() { return & mInfo; }
-
- // TODO add hasKeys, keymap, etc...
-
-private:
- InputDeviceInfo mInfo;
-};
-
} // namespace android