summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSiarhei Vishniakou <svv@google.com>2023-05-15 17:03:39 -0700
committerSiarhei Vishniakou <svv@google.com>2023-05-16 09:11:18 -0700
commit6c377b36aaacf19192484fac3b6c864f5e6f886a (patch)
tree1cec1947b436c427c31e5d18f97000bd3527e5b2 /include
parent70c6ee8fff6c40fa78d4cff5643c6156d99b764f (diff)
downloadnative-6c377b36aaacf19192484fac3b6c864f5e6f886a.tar.gz
Create InputTarget in a separate function
To make the code more readable and reusable, move the creation of InputTarget into a separate function. In a future commit, the new function ' createInputTargetLocked' will be needed in other places of InputDispatcher, too. Bug: 263319225 Test: m inputflinger_tests && $ANDROID_HOST_OUT/nativetest64/inputflinger_tests/inputflinger_tests Change-Id: Iae78c7c812afe5bb059c56669a3de00fdfc496ef
Diffstat (limited to 'include')
-rw-r--r--include/input/Input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h
index 1e810b438a..fe0c775fd3 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -30,7 +30,6 @@
#include <stdint.h>
#include <ui/Transform.h>
#include <utils/BitSet.h>
-#include <utils/RefBase.h>
#include <utils/Timers.h>
#include <array>
#include <limits>