am a1bf0a06
: Merge "Minor fix for InputReader support for non-touchscreen devices." into gingerbread
Merge commit 'a1bf0a06b26ecc039adfdb98eab6fb984d5d5571' into gingerbread-plus-aosp * commit 'a1bf0a06b26ecc039adfdb98eab6fb984d5d5571': Minor fix for InputReader support for non-touchscreen devices.
This commit is contained in:
@ -2447,7 +2447,7 @@ void TouchInputMapper::dispatchTouch(nsecs_t when, uint32_t policyFlags,
|
|||||||
yPrecision = mLocked.orientedYPrecision;
|
yPrecision = mLocked.orientedYPrecision;
|
||||||
} // release lock
|
} // release lock
|
||||||
|
|
||||||
getDispatcher()->notifyMotion(when, getDeviceId(), AINPUT_SOURCE_TOUCHSCREEN, policyFlags,
|
getDispatcher()->notifyMotion(when, getDeviceId(), getSources(), policyFlags,
|
||||||
motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags,
|
motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags,
|
||||||
pointerCount, pointerIds, pointerCoords,
|
pointerCount, pointerIds, pointerCoords,
|
||||||
xPrecision, yPrecision, mDownTime);
|
xPrecision, yPrecision, mDownTime);
|
||||||
|
Reference in New Issue
Block a user