Fix touch event conversion bugs. (#19780)
These are bugs uncovered by the integration test for embedded Android views: * Some PointerEvents were constructed with radiusMinor set to radiusMajor. * Some PointerEvents were missing radiusMajor/radiusMinor. * The pressure parameter was not passed to PointerUpEvent. * radiusMin, radiusMax, radiusMinor, and radiusMajor were not converted from physical pixels to logical. Sending the fixes without a test as the bugs are covered by the integration test that is going to land soon.
A
amirh committed
1269863dd0a2bc02cb2ea41e0a84a4dc253f5d97
Parent: eb23d83
Committed by GitHub <noreply@github.com>
on 7/25/2018, 9:04:48 PM