summaryrefslogtreecommitdiff
path: root/services/inputflinger/InputManager.cpp
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-12-19 07:49:32 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-12-19 07:49:32 +0000
commit8b19a0550297ed6e849b3e79cfc3de311cdf8892 (patch)
tree9e1abf7561681c1b11cf5f50dc231e4b47fd20a3 /services/inputflinger/InputManager.cpp
parent86ced3ef2e7f50c200ad483009eb2a214029f012 (diff)
parent5845eafaad804ffe8088cd34cdb52f6f9f9282de (diff)
Merge "Revert "Fix drag and drop (2/3)"" into qt-qpr1-dev
Diffstat (limited to 'services/inputflinger/InputManager.cpp')
-rw-r--r--services/inputflinger/InputManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp
index 3996cca646..acb53be69e 100644
--- a/services/inputflinger/InputManager.cpp
+++ b/services/inputflinger/InputManager.cpp
@@ -117,10 +117,6 @@ void InputManager::setInputWindows(const std::vector<InputWindowInfo>& infos,
}
}
-void InputManager::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) {
- mDispatcher->transferTouchFocus(fromToken, toToken);
-}
-
// Used by tests only.
void InputManager::registerInputChannel(const sp<InputChannel>& channel) {
IPCThreadState* ipc = IPCThreadState::self();