summaryrefslogtreecommitdiff
path: root/services/input/InputReader.h
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@android.com> 2011-06-06 20:36:41 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2011-06-06 20:36:41 -0700
commit55cc25c12c45e8ffb65d2275cc0b6941b68db9df (patch)
tree3c71809640fb2f25c7f392c0be6a1cc0f5f3cd17 /services/input/InputReader.h
parent8b2c00144ac262a6fbdbbac1ed8dfe813b883f81 (diff)
parent797dc698e9ff85c1a09874cc3f7bfe825b2ff0e1 (diff)
am 797dc698: am b92dcf9c: Merge "Simplify spot tracking logic. Bug: 4124987" into honeycomb-mr2
* commit '797dc698e9ff85c1a09874cc3f7bfe825b2ff0e1': Simplify spot tracking logic. Bug: 4124987
Diffstat (limited to 'services/input/InputReader.h')
-rw-r--r--services/input/InputReader.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/services/input/InputReader.h b/services/input/InputReader.h
index 9bb378747b0d..82faf7d33edc 100644
--- a/services/input/InputReader.h
+++ b/services/input/InputReader.h
@@ -1113,12 +1113,6 @@ private:
uint32_t lastGestureIdToIndex[MAX_POINTER_ID + 1];
PointerCoords lastGestureCoords[MAX_POINTERS];
- // Pointer coords and ids for the current spots.
- PointerControllerInterface::SpotGesture spotGesture;
- BitSet32 spotIdBits; // same set of ids as touch ids
- uint32_t spotIdToIndex[MAX_POINTER_ID + 1];
- PointerCoords spotCoords[MAX_POINTERS];
-
// Time the pointer gesture last went down.
nsecs_t downTime;
@@ -1165,8 +1159,6 @@ private:
currentGestureIdBits.clear();
lastGestureMode = NEUTRAL;
lastGestureIdBits.clear();
- spotGesture = PointerControllerInterface::SPOT_GESTURE_NEUTRAL;
- spotIdBits.clear();
downTime = 0;
velocityTracker.clear();
resetTap();