diff options
| author | 2010-10-07 14:35:38 -0700 | |
|---|---|---|
| committer | 2010-10-07 14:35:38 -0700 | |
| commit | 86638ad353a60745f2416dd71479ca2ed06c835d (patch) | |
| tree | 6e184260a05d400c6c5ec20eb741d426dbbf8e6f /libs/ui/InputReader.cpp | |
| parent | 92e711132b1a76b0401aa0d7301cc561397bc576 (diff) | |
| parent | 77e26fce8e5160163d041740ac0bd6f34728373c (diff) | |
Merge "Minor fix for InputReader support for non-touchscreen devices." into gingerbread
Diffstat (limited to 'libs/ui/InputReader.cpp')
| -rw-r--r-- | libs/ui/InputReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/InputReader.cpp b/libs/ui/InputReader.cpp index 8e173aa6b0..7adc764ab6 100644 --- a/libs/ui/InputReader.cpp +++ b/libs/ui/InputReader.cpp @@ -2447,7 +2447,7 @@ void TouchInputMapper::dispatchTouch(nsecs_t when, uint32_t policyFlags, yPrecision = mLocked.orientedYPrecision; } // release lock - getDispatcher()->notifyMotion(when, getDeviceId(), AINPUT_SOURCE_TOUCHSCREEN, policyFlags, + getDispatcher()->notifyMotion(when, getDeviceId(), getSources(), policyFlags, motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags, pointerCount, pointerIds, pointerCoords, xPrecision, yPrecision, mDownTime); |