• amirh's avatar
    Fix touch event conversion bugs. (#19780) · 1269863d
    amirh authored
    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.
    1269863d
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...